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