mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-07 04:57:02 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/pw-reserve
Normal file
17
tldr/linux/pw-reserve
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pw-reserve
|
||||
|
||||
> Reserve a device for PipeWire.
|
||||
> More information: <https://docs.pipewire.org/page_man_pw-reserve_1.html>.
|
||||
|
||||
- Reserve a device (currently only supports audio devices):
|
||||
|
||||
`pw-reserve {{[-n|--name]}} {{audioN}}`
|
||||
|
||||
- Monitor a device instead of reserving it:
|
||||
|
||||
`pw-reserve {{[-n|--name]}} {{audioN}} {{[-m|--monitor]}}`
|
||||
Reference in New Issue
Block a user