commands.sh

pw-reserve

linux

Reserve a device for PipeWire.

More info →

Options (3)

-n, --nameboolean

Reserve a device (currently only supports audio devices)

Example: pw-reserve {{[-n|--name]}} {{audioN}}
-m, --monitorboolean

Monitor a device instead of reserving it

Example: pw-reserve {{[-n|--name]}} {{audioN}} {{[-m|--monitor]}}
-h, --helpboolean

Display help

Example: pw-reserve {{[-h|--help]}}

Examples (3)

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]

Display help

pw-reserve [-h|--help]
made by @shridhargupta | data from tldr-pages