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>
pull/23/head
Vitor Henrique 2023-12-30 10:07:59 -03:00 committed by GitHub
parent e9cc39fade
commit 702ba44042
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 3 deletions

View File

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

View File

@ -1,10 +1,10 @@
# wpexec
> Run WirePumbler Lua scripts.
> See also: `wpctl`, `wirepumbler`.
> Run WirePlumber Lua scripts.
> See also: `wpctl`, `wireplumber`.
> More information: <https://pipewire.pages.freedesktop.org/wireplumber/lua_api/lua_introduction.html>.
- Run a WirePumbler script:
- Run a WirePlumber script:
`wpexec {{path/to/file.lua}}`