Skip to content

Instantly share code, notes, and snippets.

@monokrome
Created June 23, 2012 22:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save monokrome/2980283 to your computer and use it in GitHub Desktop.
Save monokrome/2980283 to your computer and use it in GitHub Desktop.
My configuration for xbindkeys
# Toggle between play/pause
"nyxmms2 toggle"
m:0x0 + c:172
XF86AudioPlay
# Increase volume
"amixer set Master playback 3+"
m:0x0 + c:123
XF86AudioRaiseVolume
# Decrease volume
"amixer set Master playback 3-"
m:0x0 + c:122
XF86AudioLowerVolume
# Toggle mute
"amixer set Master toggle"
m:0x0 + c:121
XF86AudioMute
# Next track
"nyxmms2 next"
m:0x0 + c:171
XF86AudioNext
# Previous track
"nyxmms2 prev"
m:0x0 + c:173
XF86AudioPrev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment