Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Created April 13, 2015 01:49
Show Gist options
  • Save henriquegogo/e4d7780ebfaacbd01af6 to your computer and use it in GitHub Desktop.
Save henriquegogo/e4d7780ebfaacbd01af6 to your computer and use it in GitHub Desktop.
Key binds to change volume using xbindkeys
"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