Files
tldr/pages/common/wireplumber.md
Vitor Henrique 702ba44042 wireplumber: add page; wpexec: fix typos (#11899)
* wirepumbler: add page

* wpexec: fix typos

* wireplumber: update page, fix typos

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-30 18:37:59 +05:30

26 lines
669 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/running-wireplumber-daemon.html>.
- 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`