From 4727c066b8849f27d6aff56cb272f38f3fb6cb70 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Thu, 8 Dec 2022 16:18:32 +0300 Subject: feat(wayland): kill pipewire on exit --- env-wayland/.config/sway/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env-wayland/.config/sway') 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. -- cgit v1.2.3