mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 18:50:50 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/linux/wireplumber
Normal file
30
tldr/linux/wireplumber
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
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/>.
|
||||
|
||||
- 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:
|
||||
|
||||
`wireplumber --version`
|
||||
Reference in New Issue
Block a user