diff options
author | Chris Robinson <[email protected]> | 2023-01-14 05:43:21 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-01-14 05:43:21 -0800 |
commit | d9d445772c50e53c12ab77d97cc5f3a76839d83a (patch) | |
tree | 72a3c22c0873f2d5cb7cc9df5a8b1b7611b21e67 /alsoftrc.sample | |
parent | 5ef7bed3a4c064fe54850f419cb248cc2a406f55 (diff) |
Don't explicitly try to spawn servers by default
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 68ca61f0..cdff5db5 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -412,7 +412,7 @@ # Attempts to autospawn a PulseAudio server whenever needed (initializing the # backend, enumerating devices, etc). Setting autospawn to false in Pulse's # client.conf will still prevent autospawning even if this is set to true. -#spawn-server = true +#spawn-server = false ## allow-moves: (global) # Allows PulseAudio to move active streams to different devices. Note that the |