From 9e9b2c1a3b49d8e26900897dca285e5c06b2dc87 Mon Sep 17 00:00:00 2001 From: thelamer Date: Mon, 27 Sep 2021 12:46: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 f60ea511..a91a812d 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/startxfce4 > /dev/null 2>&1