mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
pw-jack: add page (#18595)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# pw-jack
|
||||
|
||||
> Run a JACK application with PipeWire.
|
||||
> More information: <https://docs.pipewire.org/page_man_pw-jack_1.html>.
|
||||
|
||||
- Run a command with its arguments, using PipeWire:
|
||||
|
||||
`pw-jack {{command}} {{argument1 argument2 ...}}`
|
||||
|
||||
- Run a command in verbose mode:
|
||||
|
||||
`pw-jack -v {{command}}`
|
||||
|
||||
- Connect to a specific remote PipeWire instance:
|
||||
|
||||
`pw-jack -r {{remote_instance_name}} {{command}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`pw-jack -h`
|
||||
Reference in New Issue
Block a user