mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-04 23:55:45 +00:00
Update cheatsheets
This commit is contained in:
25
linux/pipewire
Normal file
25
linux/pipewire
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pipewire
|
||||
|
||||
> Start the PipeWire daemon.
|
||||
> More information: <https://docs.pipewire.org/page_man_pipewire_1.html>.
|
||||
|
||||
- Start the PipeWire daemon:
|
||||
|
||||
`pipewire`
|
||||
|
||||
- Use a different configuration file:
|
||||
|
||||
`pipewire --config {{path/to/file.conf}}`
|
||||
|
||||
- Set the verbosity level (error, warn, info, debug or trace):
|
||||
|
||||
`pipewire -{{v|vv|...|vvvvv}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pipewire --help`
|
||||
Reference in New Issue
Block a user