opt/pulseaudio/README.md

19 lines
555 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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](https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/)
for more information.