opt/pulseaudio
2024-01-20 12:36:44 +01:00
..
.footprint pulseaudio: 16.1 -> 17.0 2024-01-12 23:37:31 +01:00
.signature pulseaudio: 16.1 -> 17.0 2024-01-12 23:37:31 +01:00
Pkgfile pulseaudio: 16.1 -> 17.0 2024-01-12 23:37:31 +01:00
post-install pulseaudio: add pulse user/group via post-install, the dbus config uses it 2024-01-20 12:36:44 +01:00
README.md pulseaudio: add pulse user/group via post-install, the dbus config uses it 2024-01-20 12:36:44 +01:00

pulseaudio

server shutting down when used with a WM

If you are not running a fully fledged DE you might have trouble with pulseaudio shutting down after being idle for a while. You can work around this by starting pulseaudio like this:

~/.xinitrc #!/bin/bash pulseaudio --start --exit-idle-time=-1 --log-target=syslog & exec /usr/bin/myawesomewm

system mode

See What is wrong with system mode? PulseAudio for more information.