Merge branch 'master' into public

This commit is contained in:
davjgardner 2020-07-02 11:22:00 -04:00
commit 223a6af7b9
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@ PulseAudio output switcher, intended for use with dmenu.
## Usage
`$ paoutput <-g | -s [new_sink]>`
Options:
- `-g`: Get a newline-separated list of availabel sinks
- `-g`: Get a newline-separated list of available sinks
- `-s [new_sink]`: Set all active streams to use the new sink. If the new sink is not given, it will be read from `stdin`.
## Example