dotfiles/user-config-unused/xbindkeys/.xbindkeysrc

116 lines
2.3 KiB
Plaintext

# File: .xbindkeysrc
# Date: Sept 23, 2010
# Author: Collin J. Doering <rekahsoft@gmail.com>
# Description: File that contains key bindings independant of any DE (using xbindkeys). This file is in the following format:
## <generic functinality> (<geographical location on keyboard >)
# <key combination> = <functionality>
#"<command"
# m:<modifier state> + c:<keycode>
#< keycode name>
## END of <generic functinality>
# Power Button Key
"xmonadClose.sh"
m:0x0 + c:124
XF86PowerOff
## Multimedia keys
# play/pause key = toggle play pause
"mpc -h patchMeIn@localhost toggle"
m:0x10 + c:172
XF86AudioPlay
"mpc -h patchMeIn@localhost toggle"
m:0x58 + c:33
Alt+Mod2+Mod4 + p
# next key = next song
"mpc -h patchMeIn@localhost next"
m:0x10 + c:171
XF86AudioNext
"mpc -h patchMeIn@localhost next"
m:0x58 + c:60
Alt+Mod2+Mod4 + period
# prev key = previous song
"mpc -h patchMeIn@localhost prev"
m:0x10 + c:173
XF86AudioPrev
"mpc -h patchMeIn@localhost prev"
m:0x58 + c:59
Alt+Mod2+Mod4 + comma
# volume up key = Master volume up
"ponymix increase 3"
m:0x10 + c:123
XF86AudioRaiseVolume
"ponymix increase 3"
m:0x58 + c:30
Alt+Mod2+Mod4 + u
# volume down key = Master volume down 1
"ponymix decrease 3"
m:0x10 + c:122
XF86AudioLowerVolume
"ponymix decrease 3"
m:0x58 + c:40
Alt+Mod2+Mod4 + d
# mute volume key = mute alsa Master channel
"ponymix toggle"
m:0x10 + c:121
XF86AudioMute
"ponymix toggle"
m:0x58 + c:58
Alt+Mod2+Mod4 + m
## End of Multimedia keys
# Super + Calculator = (speed crunch)
#"speedcrunch"
# m:0x10 + c:148
# XF86Calculator
# Super + Calculator = mathematica
#"mathematica"
# m:0x50 + c:148
# XF86Calculator
# Sleep key = lock screen with xscreensaver
"xscreensaver-command -lock"
m:0x10 + c:150
XF86Sleep
# WWW key
"conkeror"
m:0x10 + c:158
XF86WWW
# Search PC key
#""
#m:0x10 + c:225
#XF86Search
## Monitor Brighness Keys
"xbacklight -inc 10"
m:0x0 + c:233
XF86MonBrightnessUp
"xbacklight -dec 10"
m:0x0 + c:232
XF86MonBrightnessDown
"screen-bright -set 100"
m:0x1 + c:50
Shift + Shift_L
"screen-bright -set 25"
m:0x1 + c:50
Shift + Shift_L
## End Monitory Brighness Keys
#"x86_energy_perf_policy performance"
#"x86_energy_perf_policy normal"
#"x86_energy_perf_policy powersave"