From bb984441470cc4b077cd7c2ef071b574d1f4749b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Fri, 14 May 2021 17:03:09 -0400 Subject: [PATCH] sway: Remove warning message when exiting Now we can exit sway without having to use the mouse. --- sway/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/.config/sway/config b/sway/.config/sway/config index aa766fbe..38242802 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -70,7 +70,7 @@ output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 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 exec swaymsg exit # # Moving around: #