mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-10 04:27:48 -05:00
doc: suggest fragment file name in example configs
This commit is contained in:
parent
9c19284f7f
commit
5e8a7f434b
3 changed files with 39 additions and 33 deletions
|
|
@ -40,6 +40,19 @@
|
|||
* There are no module-specific options, all arguments are passed to
|
||||
* \ref page_module_jack_tunnel.
|
||||
*
|
||||
* ## Config override
|
||||
*
|
||||
* A `module.jackdbus-detect.args` config section can be added
|
||||
* to override the module arguments.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire.conf.d/my-jack-dbus-detect-args.conf
|
||||
*
|
||||
* module.jackdbus-detect.args = {
|
||||
* #tunnel.mode = duplex
|
||||
* }
|
||||
*\endcode
|
||||
*
|
||||
* ## Example configuration
|
||||
*\code{.unparsed}
|
||||
* # ~/.config/pipewire/pipewire.conf.d/my-jack-dbus-detect.conf
|
||||
|
|
@ -61,17 +74,6 @@
|
|||
* }
|
||||
* ]
|
||||
*\endcode
|
||||
|
||||
* ## Config override
|
||||
*
|
||||
* A `module.jackdbus-detect.args` config section can be added in the override directory
|
||||
* to override the module arguments.
|
||||
*
|
||||
*\code{.unparsed}
|
||||
* module.jackdbus-detect.args = {
|
||||
* #tunnel.mode = duplex
|
||||
* }
|
||||
*\endcode
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue