From b150a1f06815a5a5eda75333777a8d298843abff Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 19:01:00 -0400 Subject: [PATCH] Start the server as well --- migrations/1753138691.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/1753138691.sh b/migrations/1753138691.sh index 2df3713..cf1a2b9 100644 --- a/migrations/1753138691.sh +++ b/migrations/1753138691.sh @@ -2,4 +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 & fi