opt/pulseaudio
2022-06-29 19:11:57 +02:00
..
.footprint pulseaudio: 16.0 -> 16.1 2022-06-29 19:11:57 +02:00
.signature pulseaudio: 16.0 -> 16.1 2022-06-29 19:11:57 +02:00
Pkgfile pulseaudio: 16.0 -> 16.1 2022-06-29 19:11:57 +02:00
post-install pulseaudio: cleaning up 2022-05-27 10:26:28 +02:00
pre-install
README

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