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'