diff options
Diffstat (limited to 'env-wayland/.config/sway/config')
-rw-r--r-- | env-wayland/.config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/env-wayland/.config/sway/config b/env-wayland/.config/sway/config index 840fb16..579c2cf 100644 --- a/env-wayland/.config/sway/config +++ b/env-wayland/.config/sway/config @@ -77,7 +77,7 @@ bindsym --to-code { # Reload the configuration file $mod+Shift+c reload # Exit sway (logs you out of your Wayland session) - $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' + $mod+Shift+e exec swaymsg exit && pkill pipewire } # Drag floating windows by holding down $mod and left mouse button. |