# Andrew McNabb's xbindkeysrc # To specify a key, you can use 'xbindkeys --key' or # 'xbindkeys --multikey' and put one of the two lines in this file. # The format of a command line is: # "command to start &" # associated key # List of modifier (on my keyboard): # Control, Shift, Mod1 (Alt), Mod2 (NumLock), # Mod3 (CapsLock), Mod4, Mod5 (Scroll). # By default, xbindkeys does not pay attention with the modifiers # NumLock, CapsLock and ScrollLock. # Uncomment the lines below if you want to pay attention to them. #keystate_numlock = enable #keystate_capslock = enable #keystate_scrolllock= enable # Terminal: Mod4 + t #"LANG=en_US.UTF-8 urxvtc -geometry 80x27 -fg Black -bg White -sl 10000 -tn rxvt -sr -st -fade 5 -vb &" #"LANG=en_US.UTF-8 xterm -j +sb -si -sk -sl 10000 -vb -bg white -fg black -fa 'monospace' -fs 9 -geometry 80x27 &" "LANG=en_US.UTF-8 gnome-terminal --geometry=80x27 -e $XTERMSHELL &" m:0x40 + c:28 # Web Browser: Mod4 + w "rm -f ~/.mozilla/*/*/lock; (firefox || /users/admin/amcnabb/firefox/firefox || MozillaFirebird || mozilla) &" m:0x40 + c:25 # IRC: Mod4 + u (for #utah) "(xchat-2 || xchat) &" m:0x40 + c:31 # Instant Messenger: Mod4 + o "gaim &" m:0x40 + c:32 # Music Player: Mod4 + m "/usr/bin/madman &" m:0x40 + c:58 # Check for Mail: Mod4 + e "/usr/bin/sudo /usr/local/sbin/mailtunnel 2>&1" m:0x40 + c:26 # Lock Screen: Menu Key "xscreensaver-command -lock" m:0x0 + c:117 # Change Background: Mod4 + z "scenery.py &" m:0x40 + c:52 # Financial Software: Mod4 + f "gnucash &" m:0x40 + c:41