doc: in user-facing config examples, indicate which file it goes into

Add suggestions for config fragments in config file examples, as
applicable.

(cherry picked from commit ec5684302c)
This commit is contained in:
Pauli Virtanen 2024-09-14 15:43:25 +03:00
parent 5e0899b29e
commit c63ae35034
34 changed files with 142 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 = [ ] }
]