mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
improve starting of pulseaudio
This commit is contained in:
parent
87c2950039
commit
4dd8488f10
2
.config/alsa/asoundrc
Normal file
2
.config/alsa/asoundrc
Normal file
@ -0,0 +1,2 @@
|
||||
pcm.default pulse
|
||||
ctl.default pulse
|
||||
@ -11,10 +11,3 @@ 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 runit &&
|
||||
! pidof -s pulseaudio >/dev/null 2>&1 &&
|
||||
setsid -f pulseaudio --start --exit-idle-time=-1 >/dev/null 2>&1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user