From 548655b43e1276df3dbdb0c9094e8bbe75276f12 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 11:17:12 +0100 Subject: Disable swaynag --- sway.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sway.config b/sway.config index 849b0a7..3ec37e4 100644 --- a/sway.config +++ b/sway.config @@ -89,7 +89,8 @@ input type:pointer bindsym $mod+Shift+c reload # Exit sway (logs you out of your Wayland session) - 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 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' # # Moving around: # -- cgit v1.2.3