Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-18 00:18:35 +00:00
parent 9cdd033c95
commit a9720510d1
43 changed files with 362 additions and 132 deletions

View File

@@ -14,24 +14,24 @@ source: https://github.com/tldr-pages/tldr.git
- List all configuration files that will be used by the PipeWire PulseAudio server:
`pw-config --name pipewire-pulse.conf`
`pw-config {{[-n|--name]}} pipewire-pulse.conf`
- List all configuration sections used by the PipeWire PulseAudio server:
`pw-config --name pipewire-pulse.conf list`
`pw-config {{[-n|--name]}} pipewire-pulse.conf list`
- List the `context.properties` fragments used by the JACK clients:
`pw-config --name jack.conf list context.properties`
`pw-config {{[-n|--name]}} jack.conf list context.properties`
- List the merged `context.properties` used by the JACK clients:
`pw-config --name jack.conf merge context.properties`
`pw-config {{[-n|--name]}} jack.conf merge context.properties`
- List the merged `context.modules` used by the PipeWire server and [r]eformat:
- List the merged `context.modules` used by the PipeWire server and reformat:
`pw-config --name pipewire.conf --recurse merge context.modules`
`pw-config {{[-n|--name]}} pipewire.conf {{[-r|--recurse]}} merge context.modules`
- Display help:
`pw-config --help`
`pw-config {{[-h|--help]}}`