mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
27 lines
603 B
Plaintext
27 lines
603 B
Plaintext
---
|
||
syntax: markdown
|
||
tags: [tldr, common]
|
||
source: https://github.com/tldr-pages/tldr.git
|
||
---
|
||
# wireplumber
|
||
|
||
> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire’s API.
|
||
> See also: `wpctl`, `pipewire`.
|
||
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/>.
|
||
|
||
- Run WirePlumber, after `pipewire` is started (for non-systemd systems):
|
||
|
||
`wireplumber`
|
||
|
||
- Specify a different context configuration file:
|
||
|
||
`wireplumber --config-file {{path/to/file}}`
|
||
|
||
- Display help:
|
||
|
||
`wireplumber --help`
|
||
|
||
- Display version:
|
||
|
||
`wireplumber --version`
|