diff options
Diffstat (limited to 'src/pulse/client.conf.in')
| -rw-r--r-- | src/pulse/client.conf.in | 36 |
1 files changed, 14 insertions, 22 deletions
diff --git a/src/pulse/client.conf.in b/src/pulse/client.conf.in index 3e008766..17753b02 100644 --- a/src/pulse/client.conf.in +++ b/src/pulse/client.conf.in @@ -1,5 +1,3 @@ -# $Id$ -# # This file is part of PulseAudio. # # PulseAudio is free software; you can redistribute it and/or modify @@ -17,29 +15,23 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -## Configuration file for pulseaudio clients. Default values are -## commented out. Use either ; or # for commenting - -## Path to the pulseaudio daemon to run when autospawning. -; daemon-binary = @PA_BINARY@ - -## Extra arguments to pass to the pulseaudio daemon -; extra-arguments = --log-target=syslog --exit-idle-time=5 +## Configuration file for PulseAudio clients. See pulse-client.conf(5) for +## more information. Default values are commented out. Use either ; or # for +## commenting. -## The default sink to connect to -; default-sink = - -## The default source to connect to +; default-sink = ; default-source = - -## The default sever to connect to ; default-server = +; default-dbus-server = + +; autospawn = yes +; daemon-binary = @PA_BINARY@ +; extra-arguments = --log-target=syslog -## Autospawn daemons? -; autospawn = 0 +; cookie-file = -### Cookie file -; cookie-file = +; enable-shm = yes +; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB -### Access group -; access-group = +; auto-connect-localhost = no +; auto-connect-display = no |
