dismiss all notifications with ctrl+shift+space

This commit is contained in:
Vladan Popovic 2024-10-05 23:17:41 +02:00
parent 705dd7ed3f
commit a581552a80

View file

@ -26,6 +26,7 @@
bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit' bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'
bindsym ctrl+Space exec makoctl dismiss bindsym ctrl+Space exec makoctl dismiss
bindsym ctrl+Shift+Space exec makoctl dismiss --all
# #
# Moving around: # Moving around:
# #