From be67c974a2b93724069feb520adbd8a506253fd5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 20 Jan 2021 14:55:26 -0500 Subject: [PATCH] absolutely moronic pulseaudio reload error fix --- .config/x11/xprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/x11/xprofile b/.config/x11/xprofile index 34ed7b8..b4db27b 100755 --- a/.config/x11/xprofile +++ b/.config/x11/xprofile @@ -16,5 +16,5 @@ unclutter & # Remove mouse when idle # This is "necessary" on Artix due to a current bug between PA and # Chromium-based browsers where they fail to start PA and use dummy output. pidof -s runit && - pidof -s ! pidof -s pulseaudio >/dev/null 2>&1 && + ! pidof -s pulseaudio >/dev/null 2>&1 && setsid -f pulseaudio --start --exit-idle-time=-1 >/dev/null 2>&1