diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-12-08 16:18:32 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-12-08 16:18:32 +0300 |
commit | 4727c066b8849f27d6aff56cb272f38f3fb6cb70 (patch) | |
tree | 505dfe74b5c4a1d1bb0eae0aec02d37de5b18d0e | |
parent | 9a59c602c364bfff1ce1428a11e0e90aa1ccf6d3 (diff) | |
download | dotfiles-4727c066b8849f27d6aff56cb272f38f3fb6cb70.tar.gz |
feat(wayland): kill pipewire on exit
-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. |