diff options
author | Amin Bandali <me@aminb.org> | 2014-10-26 12:42:21 -0400 |
---|---|---|
committer | Amin Bandali <me@aminb.org> | 2014-10-26 12:42:21 -0400 |
commit | 78856df8ce2a282c6fe3abcec5fa4b3459004a83 (patch) | |
tree | d8400905feb149b8bdcc1b0834a992d9b9dd6089 /sxhkd | |
parent | fc64660cf105018c82873c9a597ae5ff28a6aae2 (diff) | |
download | configs-78856df8ce2a282c6fe3abcec5fa4b3459004a83.tar.gz configs-78856df8ce2a282c6fe3abcec5fa4b3459004a83.tar.xz configs-78856df8ce2a282c6fe3abcec5fa4b3459004a83.zip |
add pulseaudio-ctl config and use it with sxhkd
Diffstat (limited to 'sxhkd')
-rw-r--r-- | sxhkd/.config/sxhkd/sxhkdrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 5f5534c..263debc 100644 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -102,6 +102,15 @@ XF86KbdBrightnessDown XF86KbdBrightnessUp kbdlight up +XF86AudioRaiseVolume + pulseaudio-ctl up + +XF86AudioLowerVolume + pulseaudio-ctl down + +XF86AudioMute + pulseaudio-ctl mute + #XF86AudioRaiseVolume # pamixer --increase 5;\ # pamixer --get-volume > /tmp/volinfo |