Remember to disown!

This commit is contained in:
David Heinemeier Hansson
2025-07-22 19:17:41 -04:00
parent d83a87a01c
commit 8c0ac90fe4
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ echo "Install swayOSD to show volume status"
if ! command -v swayosd &>/dev/null; then
yay -S --noconfirm --needed swayosd
uwsm app -- swayosd-server &>/dev/null &
setsid uwsm app -- swayosd-server &>/dev/null &
fi