pw-config
Inspect PipeWire configuration files and sections
TLDR
List all configuration files that will be used
SYNOPSIS
pw-config [options] [command] [section]
DESCRIPTION
pw-config displays configuration paths and sections used by PipeWire server and clients. It helps understand how PipeWire's split configuration files are combined, showing which files contribute to specific settings.
The tool can inspect different configuration contexts (pipewire.conf, pipewire-pulse.conf, jack.conf) and display both individual fragments and merged results.
PARAMETERS
-n, --name config
Specify configuration file name-r, --recurse
Reformat/recurse into nested structureslist [section]
List configuration fragmentsmerge [section]
Show merged configuration-h, --help
Display help message
CAVEATS
Configuration files are searched in multiple locations (/etc/pipewire, ~/.config/pipewire, etc.) and merged by priority. Understanding the merge order is important for troubleshooting configuration issues.
HISTORY
Part of PipeWire, the modern multimedia framework for Linux. Added to help administrators and users understand PipeWire's flexible configuration system.
