summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrahmajit Das <listout@listout.xyz>2026-03-12 01:57:18 +0000
committerBrahmajit Das <listout@listout.xyz>2026-03-12 01:57:18 +0000
commite2f133b5b9b1f34f786a9545513beb5d78883307 (patch)
treee15e85a1a069a703f9b2feceeff4d8871529921b
parent87952995b221873bd2945f312b1c8bedb015596f (diff)
downloaddots-e2f133b5b9b1f34f786a9545513beb5d78883307.tar.gz
sway: start gentoo-pipewire-launcher with exec_always
Signed-off-by: Brahmajit Das <listout@listout.xyz>
-rw-r--r--.config/sway/config2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config
index e0d5472..62ea3bc 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -7,7 +7,7 @@ exec_always --no-startup-id /usr/libexec/polkit-gnome-authentication-agent-1
exec_always --no-startup-id dbus-update-activation-environment --all
exec_always --no-startup-id gnome-keyring-daemon --start --components=secrets,ssh
-exec gentoo-pipewire-launcher restart &
+exec_always --no-startup-id gentoo-pipewire-launcher restart &
exec swayidle -w \
timeout 3600 'swaylock -f -c 000000' \