mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-12 02:58:50 +00:00
Update cheatsheets
This commit is contained in:
@@ -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]}}`
|
||||
|
||||
Reference in New Issue
Block a user