########################### # xbindkeys configuration # ########################### # # A list of keys is in /usr/include/X11/keysym.h and in # /usr/include/X11/keysymdef.h # The XK_ is not needed. # # List of modifier: # Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock), # Mod3 (CapsLock), Mod4, Mod5 (Scroll). # # By defaults, xbindkeys does not pay attention with the modifiers # NumLock, CapsLock and ScrollLock. # Uncomment the lines above if you want to pay attention to them. #keystate_numlock = enable #keystate_capslock = enable #keystate_scrolllock= enable "xbindkeys_show" control+shift + q # launch gmrun (W-p) "gmrun" m:0x50 + c:33 # warp mouse (W-a) "swarp 1650 1020" m:0x50 + c:38 # screencap (Print) "scrot %Y%m%d-%H.%M.%S.png -t 280x175 -e 'mv $f $m ~/tmp/'" m:0x10 + c:111 # screencap with delay (S+Print) "scrot %Y%m%d-%H.%M.%S.png -t 280x175 -d 5 -e 'mv $f $m ~/tmp/'" m:0x11 + c:111 # vol up #"amixer set Master 2dB+ unmute" "dvolbar --increase 6" m:0x10 + c:176 # vol dn #"amixer set Master 2dB- unmute" "dvolbar --decrease 6" m:0x10 + c:174 # vol mute #"amixer set Master mute" "dvolbar --toggle" m:0x10 + c:160 # gmail (W+g) "google-chrome http://mail.google.com/mail/#inbox" m:0x40 + c:42 # browser (W+w) "firefox" m:0x50 + c:25 # file manager (W+e) "nautilus" m:0x50 + c:26 # alsamixer (W+v) "urxvt -g 80x25 -e alsamixer" m:0x50 + c:55 # screen session (W+s) "urxvt -e bash -c 'screen -dRR -S $HOSTNAME.$HOSTNAME'" m:0x50 + c:39 # slock screen (C+A_L+l) #"xscreensaver-command -lock" "slock" m:0x1c + c:46 # standby "sudo pm-suspend" m:0x0 + c:223 # shutdown (C+A+Insert) "sudo shutdown -h now" m:0xc + c:106 # reboot (C+A+Del) "sudo shutdown -r now" m:0x1c + c:107 # xkill (C+A+S+k) "xkill" m:0x1d + c:45