pw-config(1) | General Commands Manual | pw-config(1) |
pw-config - Debug PipeWire Config parsing
pw-config [options] paths
pw-config [options] list [SECTION]
pw-config [options] merge SECTION
List config paths and config sections and display the parsed output.
This tool can be used to get an overview of the config file that will be parsed by the PipeWire server and clients.
-h | --help
--version
-n | --name=NAME
-p | --prefix=PREFIX
-L | --no-newline
-r | --recurse
-N | --no-colors
-C | -color[=WHEN]
Specify the paths command. It will display all the config files that will be parsed and in what order.
Specify the list command with an optional SECTION to list the configuration fragments used for SECTION. Without a SECTION, all sections will be listed.
Use the -r options to reformat the sections.
With the merge option and a SECTION, pw-config will merge all config files into a merged config section and dump the results. This will be the section used by the client or server.
Use the -r options to reformat the sections.
pw-config
pw-config -n pipewire-pulse.conf
pw-config -n pipewire-pulse.conf list
pw-config -n jack.conf list context.properties
pw-config -n jack.conf merge context.properties
pw-config -n pipewire.conf -r merge context.modules
The PipeWire Developers <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is available from <https://pipewire.org>
pipewire(1), pw-dump(1),
1.0.5 | PipeWire |