diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-10-23 15:20:04 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-10-23 15:20:04 +0200 |
commit | 49497cc98d070d524bfbb0360825170e92f70c1a (patch) | |
tree | 76e86bd09b46a3f7e5ec9f8532e7e9172a496369 /i3 | |
parent | d0f54f5eb2e58ced90cf24ca65e77c8bb5f934e5 (diff) |
i3: Dunst history clear
Diffstat (limited to 'i3')
-rw-r--r-- | i3/i3/config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/i3/i3/config b/i3/i3/config index 0d178a0..edabe63 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -212,10 +212,11 @@ bindsym $mod+p move workspace to output right # dunst # 47 is ;(en) ñ(en) -bindcode $mod+47 exec dunstctl close -bindcode $mod+Shift+47 exec dunstctl close-all -bindsym $mod+period exec dunstctl history-pop -bindsym $mod+comma exec dunstctl context +bindcode $mod+47 exec dunstctl close +bindcode $mod+Shift+47 exec dunstctl close-all +bindsym $mod+period exec dunstctl history-pop +bindsym $mod+Shift+period exec dunstctl history-clear +bindsym $mod+comma exec dunstctl context # Start user-level service cotrol with shepherd |