opt/pulseaudio
2021-06-26 21:07:45 +00:00
..
.footprint [notify] pulseaudio: adopted port, new dependency chain, now depends on meson/ninja, x11 is now optional among others, check the Pkgfile and revdep just in case 2021-01-28 23:46:59 +00:00
.signature pulseaudio: check optionally for gst-plugins-base instead of just gstreamer 2021-06-26 21:07:45 +00:00
Pkgfile pulseaudio: check optionally for gst-plugins-base instead of just gstreamer 2021-06-26 21:07:45 +00:00
post-install [notify] pulseaudio: adopted port, new dependency chain, now depends on meson/ninja, x11 is now optional among others, check the Pkgfile and revdep just in case 2021-01-28 23:46:59 +00:00
pre-install [notify] pulseaudio: adopted port, new dependency chain, now depends on meson/ninja, x11 is now optional among others, check the Pkgfile and revdep just in case 2021-01-28 23:46:59 +00:00
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