mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 18:22:08 +02:00

* pipewire: add page * pw-profiler: add page * pw-profiler: fix ponctuation * pipewire: add angle brackets to information link * pw-profiler: fix filename * pw-profiler: use space instead of equal * pw-dump: add page * pw-dump: remove trailing space * pw-pipewire, pw-dump: add pt_BR translations * pw-dump: refine wording of first command's description * pipewire: add missing curly bracket Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pipewire: replace starts with start Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-dump: refine wording Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pw-profiler: add missing backticks Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> * pipewire: fix typo Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pipewire: translate placeholder Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * pipewire: use "the" instead of "a" Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * pipewire: use "o" instead of "um" in pt_BR * pipewire: add missing curly bracket in pt_BR * pipewire: translate "or" in pt_BR * pipewire: remove "=" in arguments --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
20 lines
371 B
Markdown
20 lines
371 B
Markdown
# 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`
|