diff options
author | poljar (Damir Jelić) <poljarinho@gmail.com> | 2013-01-30 18:51:57 +0100 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2013-02-01 07:16:20 +0200 |
commit | 831cae16d4db15a72b13bd48488b092ab19cfbeb (patch) | |
tree | 0d1b9f99bc869b26a5f2a338b9ee12033e3f4ac9 /man | |
parent | a5af95f83dc6607cae4befa8816be6ba1e36a3b7 (diff) |
pactl: Add a command for setting the default sink/source.
This adds two new commands to pactl:
set-default-sink
set-default-source
This command has been part of the native protocol for a long time,
no reason not to expose it in pactl.
Diffstat (limited to 'man')
-rw-r--r-- | man/pactl.1.xml.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index 1dc063d32..29071b3f2 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -163,11 +163,21 @@ USA. </option> <option> + <p><opt>set-default-sink</opt> <arg>SINK</arg></p> + <optdesc><p>Make the specified sink (identified by its symbolic name) the default sink.</p></optdesc> + </option> + + <option> <p><opt>set-sink-port</opt> <arg>SINK</arg> <arg>PORT</arg></p> <optdesc><p>Set the specified sink (identified by its symbolic name or numerical index) to the specified port (identified by its symbolic name).</p></optdesc> </option> <option> + <p><opt>set-default-source</opt> <arg>SOURCE</arg></p> + <optdesc><p>Make the specified source (identified by its symbolic name) the default source.</p></optdesc> + </option> + + <option> <p><opt>set-source-port</opt> <arg>SOURCE</arg> <arg>PORT</arg></p> <optdesc><p>Set the specified source (identified by its symbolic name or numerical index) to the specified port (identified by its symbolic name).</p></optdesc> </option> |