Created
April 13, 2015 01:49
-
-
Save henriquegogo/e4d7780ebfaacbd01af6 to your computer and use it in GitHub Desktop.
Key binds to change volume using xbindkeys
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"amixer -q sset Master 3%+" | |
m:0x0 + c:123 | |
XF86AudioRaiseVolume | |
"amixer -q sset Master 3%-" | |
m:0x0 + c:122 | |
XF86AudioLowerVolume | |
"amixer -q sset Master toggle" | |
m:0x0 + c:121 | |
XF86AudioMute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment