diff options
author | Wim Taymans <wtaymans@redhat.com> | 2020-03-30 15:32:04 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2020-04-30 17:56:41 +0200 |
commit | 13945e27434951366960dd3a0461c58487df82a2 (patch) | |
tree | df7465a21b802cf32bcaa0260a5ad46520d60be7 | |
parent | 33398d7de83fad1c67c691e0712e3e0108c5e966 (diff) |
conf: disable bluez5f32
Disable bluetooth handling by default to avoid causing
conflicts with pulseaudio.
-rw-r--r-- | src/daemon/pipewire.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in index 574cba4f..4ecec24f 100644 --- a/src/daemon/pipewire.conf.in +++ b/src/daemon/pipewire.conf.in @@ -71,4 +71,4 @@ create-object spa-node-factory factory.name=support.node.driver node.name=Dummy # Execute the given program. This is usually used to start the # session manager. run the session manager with -h for options # -exec pipewire-media-session # -d alsa-seq,alsa-pcm,bluez5,metadata +exec pipewire-media-session -d bluez5 # -d alsa-seq,alsa-pcm,metadata |