Skip to content

Instantly share code, notes, and snippets.

@dpavlin
Created December 14, 2013 22:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpavlin/7965503 to your computer and use it in GitHub Desktop.
Save dpavlin/7965503 to your computer and use it in GitHub Desktop.
Example configuration for xbindkeys XF86* events
#b-
"xbacklight -inc 5"
m:0x0 + c:233
XF86MonBrightnessUp
#b+
"xbacklight -dec 5"
m:0x0 + c:232
XF86MonBrightnessDown
#vm
"amixer sset Master toggle"
m:0x0 + c:121
XF86AudioMute
#v+
"amixer sset Master 1+ unmute"
m:0x0 + c:123
XF86AudioRaiseVolume
#v-
"amixer sset Master 1- unmute"
m:0x0 + c:122
XF86AudioLowerVolume
#vga
"xrandr --output VGA1 --auto --above LVDS1"
m:0x0 + c:235
XF86Display
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment