You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
.gitignore | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
paoutput.c | 3 years ago |
README.md
paoutput
PulseAudio output switcher, intended for use with dmenu.
Usage
$ paoutput <-g | -s [new_sink]>
Options:
-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 fromstdin
.
Example
paoutput -g | dmenu | paoutput -s
From my ~/.config/i3/config
:
bindsym $mod+XF86AudioMute exec paoutput -g | rofi -dmenu | paoutput -s