diff options
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 |