1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:55:34 +02:00

wpexec, wireplumber: move linux-only tools to /linux (#16975)

This commit is contained in:
Managor 2025-06-26 17:47:26 +03:00 committed by GitHub
parent 3eb7970f82
commit 117edf2238
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 21 deletions

View file

@ -1,21 +0,0 @@
# 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`