########################### # 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-S-p) "gmrun" m:0x51 + c:33 # warp mouse "swarp 1680 1050" m:0x50 + c:38 # screencap (Print) "scrot %Y%m%d\(%H.%M.%S\).png -t 280x175" m:0x10 + c:111 # screencap with delay (S+Print) "scrot %Y%m%d\(%H.%M.%S\).png -t 280x175 -d 3" m:0x11 + c:111 # eject drive "eject" m:0x10 + c:133 # media direct "urxvt -e ncmpc" m:0x10 + c:237 # vol up #"amixer set Master 2dB+ unmute" "dvol --increase 3" m:0x10 + c:176 # vol dn #"amixer set Master 2dB- unmute" "dvol --decrease 3" m:0x10 + c:174 # vol mute #"amixer set Master mute" "dvol --toggle" m:0x10 + c:160 # play/pause "mpc toggle" m:0x10 + c:162 # back "mpc prev" m:0x10 + c:144 # forward "mpc next" m:0x10 + c:153 # stop "mpc stop" m:0x10 + c:164 # 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) "slock" m:0x1c + c:46 # slock screen (C+A_R+l) "slock" m:0x54 + c:46 # shutdown "sudo shutdown -h now" m:0x1c + c:103 # reboot "sudo shutdown -r now" m:0x1c + c:107 # suspend "sudo /usr/sbin/pm-suspend" m:0x10 + c:223 # hibernate "sudo /usr/sbin/pm-hibernate" m:0x10 + c:209 # xkill (C+A+S+k) "xkill" m:0x1d + c:45