Switch from pulseaudio-ctl to ponymix

For cli pulseaudio volume control.

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
This commit is contained in:
Collin J. Doering 2014-11-28 01:38:30 -05:00 committed by Collin J. Doering
parent 605241fd11
commit d5738197d7
1 changed files with 7 additions and 6 deletions

View File

@ -45,31 +45,32 @@
# volume up key = Master volume up 1
#"amixer set Master 1+"
"pulseaudio-ctl up"
# volume up key = Master volume up
"ponymix increase 3"
m:0x10 + c:123
XF86AudioRaiseVolume
#"amixer set Master 1+"
"pulseaudio-ctl up"
"ponymix increase 3"
m:0x58 + c:30
Alt+Mod2+Mod4 + u
# volume down key = Master volume down 1
#"amixer set Master 1-"
"pulseaudio-ctl down"
"ponymix decrease 3"
m:0x10 + c:122
XF86AudioLowerVolume
#"amixer set Master 1-"
"pulseaudio-ctl down"
"ponymix decrease 3"
m:0x58 + c:40
Alt+Mod2+Mod4 + d
# mute volume key = mute alsa Master channel
#"amixer set Master toggle"
"pulseaudio-ctl mute"
"ponymix toggle"
m:0x10 + c:121
XF86AudioMute
#"amixer set Master toggle"
"mute_toggle"
"ponymix toggle"
m:0x58 + c:58
Alt+Mod2+Mod4 + m