diff --git a/doc/dox/config/pipewire-props.7.md b/doc/dox/config/pipewire-props.7.md index fc116b5ef..f49f3537a 100644 --- a/doc/dox/config/pipewire-props.7.md +++ b/doc/dox/config/pipewire-props.7.md @@ -122,6 +122,10 @@ ie. for example `device.Param.Props = { ... }` to set `Props`. \copydoc PW_KEY_DEVICE_INTENDED_ROLES \endparblock +@PAR@ device-prop device.disabled = false # boolean +Disable the creation of this device in session manager. + + There are other common `device.*` properties for technical purposes and not usually user-configurable. @@ -395,6 +399,10 @@ The `PARAM` should be replaced with the name of the Param to set, ie. for example `node.param.Props = { ... }` to set `Props`. \endparblock +@PAR@ node-prop node.disabled = false # boolean +Disable the creation of this node in session manager. + + # AUDIO ADAPTER PROPERTIES @IDX@ props Most audio nodes (ALSA, Bluetooth, audio streams from applications,