From eda842cc12319a7f1df6826de6119792a450af1d Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 27 Sep 2021 13:22:08 -0700 Subject: [PATCH] swap to using pulse watcher script --- root/defaults/startwm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/defaults/startwm.sh b/root/defaults/startwm.sh index 7a4a7270..249360bb 100755 --- a/root/defaults/startwm.sh +++ b/root/defaults/startwm.sh @@ -1,3 +1,3 @@ #!/bin/bash -/usr/bin/pulseaudio --start +/startpulse.sh & /usr/bin/icewm-session > /dev/null 2>&1