diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-20 23:17:13 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2024-08-22 11:17:54 +0200 |
commit | 7b65974a4a739406ef9d32b658abd26c81bea44f (patch) | |
tree | c991e690c06da87fce200848522d847cc94c5211 /i3 | |
parent | 67a0e24cd0248bec44490fa6ac1dc75f3d3e6323 (diff) |
add dunst and configure it
Diffstat (limited to 'i3')
-rw-r--r-- | i3/i3/config | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/i3/i3/config b/i3/i3/config index ccdd45d..e68b965 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -209,5 +209,13 @@ bindsym $mod+t exec xinput disable 'MSFT0001:01 06CB:CD64 Touchpad' bindsym $mod+n move workspace to output right 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 + + # Start user-level service cotrol with shepherd exec --no-startup-id shepherd |