From a581552a80e0c7a41016ce97392b8044bc720287 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Sat, 5 Oct 2024 23:17:41 +0200 Subject: [PATCH] dismiss all notifications with ctrl+shift+space --- dotfiles/.config/sway/config.d/90-bindings.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/.config/sway/config.d/90-bindings.conf b/dotfiles/.config/sway/config.d/90-bindings.conf index d070688..395d805 100644 --- a/dotfiles/.config/sway/config.d/90-bindings.conf +++ b/dotfiles/.config/sway/config.d/90-bindings.conf @@ -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 ctrl+Space exec makoctl dismiss + bindsym ctrl+Shift+Space exec makoctl dismiss --all # # Moving around: #