From 69562f560c7007f437610d4e2bbbe1f464718db2 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 28 Mar 2024 07:08:41 +0300 Subject: [PATCH] Sway : Use z for exit. --- module/sway/module/20-Keybind | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/sway/module/20-Keybind b/module/sway/module/20-Keybind index c5ef5fe..419cb1d 100644 --- a/module/sway/module/20-Keybind +++ b/module/sway/module/20-Keybind @@ -18,4 +18,4 @@ floating_modifier $mod normal 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+z 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'