wireplumber
TLDR
Enable with systemd
$ systemctl --user --now enable wireplumber
Run manually$ wireplumber
Use custom config file$ wireplumber --config-file [path/to/file]
Display help$ wireplumber --help
Display version$ wireplumber --version
SYNOPSIS
wireplumber [OPTIONS]
DESCRIPTION
wireplumber is a modular session/policy manager for PipeWire. It handles device routing, audio policy decisions, and session management for the PipeWire multimedia framework.
The tool provides a GObject-based high-level library that wraps PipeWire's API for easier integration.
PARAMETERS
--config-file FILE
Use specified configuration file--help
Display help information--version
Display version information
CAVEATS
Requires PipeWire to be running. Usually managed by systemd on modern systems. Configuration is Lua-based.


