blob: 799a5f2d91e4bae4e988e20a7f6714823a506b3f (
plain)
1 If you are not running a fully fledged DE you might have trouble
2 with pulseaudio shutting down after being idle for a while. You can
3 work around this by starting pulseaudio like this:
4
5 ~/.xinitrc
6 #!/bin/bash
7 pulseaudio --start --exit-idle-time=-1 --log-target=syslog &
8 exec /usr/bin/myawesomewm
|