Files
tldr/pages/common/wireplumber.md
spageektti 700b2dc358 pages*/common/*: fix broken links (#12826)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-05-23 18:13:29 +02:00

26 lines
638 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# wireplumber
> A modular session/policy manager for PipeWire and a GObject-based high-level library that wraps PipeWires API.
> See also: `wpctl`, `pipewire`.
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/>.
- Make WirePlumber start with the user session immediately (for systemd systems):
`systemctl --user --now enable 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:
`wirepumbler --version`