diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-01-20 14:55:26 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-01-20 14:55:26 -0500 |
| commit | be67c974a2b93724069feb520adbd8a506253fd5 (patch) | |
| tree | 251a921d182bf0d6ba20c37416201ead06b8fd05 | |
| parent | e7796b81d0b0e68e1370d21c31516f70442f436b (diff) | |
| download | eibhear-be67c974a2b93724069feb520adbd8a506253fd5.tar.gz eibhear-be67c974a2b93724069feb520adbd8a506253fd5.tar.zst eibhear-be67c974a2b93724069feb520adbd8a506253fd5.zip | |
absolutely moronic pulseaudio reload error fix
| -rwxr-xr-x | .config/x11/xprofile | 2 |
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 |
