diff --git a/src/daemon/client-rt.conf.in b/src/daemon/client-rt.conf.in index 6f4e9308c..1eb0c4afd 100644 --- a/src/daemon/client-rt.conf.in +++ b/src/daemon/client-rt.conf.in @@ -2,6 +2,9 @@ # # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes # or in ~/.config/pipewire for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. context.properties = { ## Configure properties in the system. diff --git a/src/daemon/client.conf.in b/src/daemon/client.conf.in index 7709c9204..888834729 100644 --- a/src/daemon/client.conf.in +++ b/src/daemon/client.conf.in @@ -2,6 +2,9 @@ # # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes # or in ~/.config/pipewire for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. context.properties = { ## Configure properties in the system. diff --git a/src/daemon/jack.conf.in b/src/daemon/jack.conf.in index 503698d8f..488abf911 100644 --- a/src/daemon/jack.conf.in +++ b/src/daemon/jack.conf.in @@ -2,6 +2,9 @@ # # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes # or in ~/.config/pipewire for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. context.properties = { ## Configure properties in the system. diff --git a/src/daemon/media-session.d/alsa-monitor.conf b/src/daemon/media-session.d/alsa-monitor.conf index acef7d4ec..7e5542034 100644 --- a/src/daemon/media-session.d/alsa-monitor.conf +++ b/src/daemon/media-session.d/alsa-monitor.conf @@ -3,6 +3,9 @@ # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/ # for systemwide changes or in # ~/.config/pipewire/media-session.d/ for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. properties = { # Create a JACK device. This is not enabled by default because diff --git a/src/daemon/media-session.d/bluez-monitor.conf b/src/daemon/media-session.d/bluez-monitor.conf index b36a6964a..a3f80e192 100644 --- a/src/daemon/media-session.d/bluez-monitor.conf +++ b/src/daemon/media-session.d/bluez-monitor.conf @@ -3,6 +3,9 @@ # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/ # for systemwide changes or in # ~/.config/pipewire/media-session.d/ for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. properties = { # Enable mSBC support, disabled by default. Be aware that diff --git a/src/daemon/media-session.d/media-session.conf b/src/daemon/media-session.d/media-session.conf index 07bae0849..2f3c3fb86 100644 --- a/src/daemon/media-session.d/media-session.conf +++ b/src/daemon/media-session.d/media-session.conf @@ -3,6 +3,9 @@ # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/ # for systemwide changes or in # ~/.config/pipewire/media-session.d/ for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. context.properties = { # Properties to configure the session and some diff --git a/src/daemon/media-session.d/v4l2-monitor.conf b/src/daemon/media-session.d/v4l2-monitor.conf index 182473884..5bd2d1e83 100644 --- a/src/daemon/media-session.d/v4l2-monitor.conf +++ b/src/daemon/media-session.d/v4l2-monitor.conf @@ -3,6 +3,9 @@ # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@/media-session.d/ # for systemwide changes or in # ~/.config/pipewire/media-session.d/ for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. properties = { } diff --git a/src/daemon/pipewire-pulse.conf.in b/src/daemon/pipewire-pulse.conf.in index 703d56b5a..9c513b161 100644 --- a/src/daemon/pipewire-pulse.conf.in +++ b/src/daemon/pipewire-pulse.conf.in @@ -2,6 +2,9 @@ # # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes # or in ~/.config/pipewire for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. context.properties = { ## Configure properties in the system. diff --git a/src/daemon/pipewire.conf.in b/src/daemon/pipewire.conf.in index 0c0cdd001..2f4908d21 100644 --- a/src/daemon/pipewire.conf.in +++ b/src/daemon/pipewire.conf.in @@ -2,6 +2,9 @@ # # Copy and edit this file in @PIPEWIRE_CONFIG_DIR@ for systemwide changes # or in ~/.config/pipewire for local changes. +# +# You can remove the sections you don't want to modify, they are taken +# from the global config. context.properties = { ## Configure properties in the system.