Skip to content

Commit c8f806f

Browse files
committed
pulseaudio: mention autospawn=no for client config
Inspired by discussin in [1]. Credit to aeadio for the specific suggestion. [1] #406
1 parent 2973bc6 commit c8f806f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/config/media/pulseaudio.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ terminal as follows:
1919
$ pulseaudio --daemonize=no --exit-idle-time=-1
2020
```
2121

22+
On the other hand, PulseAudio can also end up being auto activated when it isn't
23+
desired. To inhibit this behavior, the `autospawn` directive from
24+
[pulse-client.conf(5)](https://man.voidlinux.org/pulse-client.conf.5) can be set
25+
to `no`.
26+
2227
There are several methods of allowing PulseAudio to access to audio devices. The
2328
simplest one is to add your user to the `audio` group. Alternatively, you can
2429
use a session manager, like `elogind`.

0 commit comments

Comments
 (0)