pulseaudio fix for artix
This commit is contained in:
@@ -11,3 +11,8 @@ xcompmgr & # xcompmgr for transparency
|
||||
dunst & # dunst for notifications
|
||||
xset r rate 300 50 & # Speed xrate up
|
||||
unclutter & # Remove mouse when idle
|
||||
|
||||
# This line autostarts an instance of Pulseaudio that does not exit on 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 pulseaudio >/dev/null 2>&1 && setsid -f pulseaudio --start --exit-idle-time=-1 >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user