fb88c609c1
-libsndfile speexdsp json-c dbus p5-xml-parser glib +dbus glib xorg-libsm xorg-libxtst libsndfile intltool consolekit
9 lines
295 B
Plaintext
9 lines
295 B
Plaintext
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
|