summaryrefslogtreecommitdiffstats
path: root/.config/x11/xprofile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-01-20 14:55:26 -0500
committerLuke Smith <luke@lukesmith.xyz>2021-01-20 14:55:26 -0500
commitbe67c974a2b93724069feb520adbd8a506253fd5 (patch)
tree251a921d182bf0d6ba20c37416201ead06b8fd05 /.config/x11/xprofile
parente7796b81d0b0e68e1370d21c31516f70442f436b (diff)
downloadeibhear-be67c974a2b93724069feb520adbd8a506253fd5.tar.gz
eibhear-be67c974a2b93724069feb520adbd8a506253fd5.tar.zst
eibhear-be67c974a2b93724069feb520adbd8a506253fd5.zip
absolutely moronic pulseaudio reload error fix
Diffstat (limited to '.config/x11/xprofile')
-rwxr-xr-x.config/x11/xprofile2
1 files changed, 1 insertions, 1 deletions
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