LinuxCommandLibrary

wireplumber

A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire’s API.

TLDR

Make WirePlumber start with the user session immediately (for systemd systems)

$ systemctl --user --now enable wireplumber
copy


Run WirePlumber, after pipewire is started (for non-systemd systems)
$ wireplumber
copy


Specify a different context configuration file
$ wireplumber --config-file [path/to/file]
copy


Display help
$ wireplumber --help
copy


Display version
$ wirepumbler --version
copy

Copied to clipboard