mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
doc: in user-facing config examples, indicate which file it goes into
Add suggestions for config fragments in config file examples, as applicable.
This commit is contained in:
parent
97719948a5
commit
ec5684302c
34 changed files with 144 additions and 26 deletions
|
|
@ -10,6 +10,8 @@ can also added to `pipewire-pulse.conf`, typically by a drop-in file
|
|||
in `~/.config/pipewire/pipewire-pulse.conf.d/` containing the module
|
||||
name and its arguments
|
||||
```
|
||||
# ~/.config/pipewire/pipewire-pulse.conf.d/custom.conf
|
||||
|
||||
pulse.cmd = [
|
||||
{ cmd = "load-module" args = "module-null-sink sink_name=foo" flags = [ ] }
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue