diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-22 17:43:11 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-12-22 17:43:11 +0100 |
commit | e32c203e55b9f909572fa4378ef19644e607d189 (patch) | |
tree | f10a59b29e5d4b66718cfdd713ad127ae6dfcf45 /i3 | |
parent | ccca62e11f0d1ddd8838fb927c09d72dcb53e514 (diff) |
i3: better hotkeys for notifications
Diffstat (limited to 'i3')
-rw-r--r-- | i3/i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3/i3/config b/i3/i3/config index 5d12ce4..d64f125 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -220,8 +220,8 @@ bindsym $mod+p move workspace to output right # 47 is ;(en) ñ(en) bindcode $mod+47 exec dunstctl close bindcode $mod+Shift+47 exec dunstctl close-all +bindcode $mod+Control+Shift+47 exec dunstctl history-clear bindsym $mod+period exec dunstctl history-pop -bindsym $mod+Shift+period exec dunstctl history-clear bindsym $mod+comma exec dunstctl context |