Created
June 23, 2012 22:12
-
-
Save monokrome/2980283 to your computer and use it in GitHub Desktop.
My configuration for 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
# 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