From d73db4d061ca26d7e3a5c4c02b562e2b288aeb68 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Mon, 28 Feb 2022 10:56:12 +0800 Subject: [PATCH] Confirm before exiting sway --- .config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/sway/config b/.config/sway/config index f8db14a..cd9c850 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -110,7 +110,7 @@ bindsym $mod+p input type:pointer events toggle enabled disabled bindsym $mod+Shift+c reload # exit sway (logs you out of your wayland session) - 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: #