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:
Pauli Virtanen 2024-09-14 15:43:25 +03:00 committed by Wim Taymans
parent 97719948a5
commit ec5684302c
34 changed files with 144 additions and 26 deletions

View file

@ -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 = [ ] }
]