summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2011-05-31New keys.Michael Cardell Widerkrantz
2011-03-28Removed USERKEY_MOD and KEY_ALT special handling. Now asks X serverMichael Cardell Widerkrantz
for keycodes with MODKEY mask instead and checks for those. Also stops tabbing around not only when MODKEY keys are released, but also when another MODKEY command is pressed.
2011-03-18*** empty log message ***Michael Cardell Widerkrantz
2011-03-08Add support for Alt-Tabbing to the last focused window.Michael Cardell Widerkrantz
2010-11-18Changed Mod2 to Mod4 when I realized that Mod2 is usually bound toMichael Cardell Widerkrantz
NumLock, a locking key, in many default configurations!
2010-09-13Added delete window functionality. This is a patch from ChristianMichael Cardell Widerkrantz
Neukirchen, chneukirchen at the domain gmail.com. I only changed the default key and moved a flush.
2010-07-19Added Y, U, B and N keys to move focused window to corners.Michael Cardell Widerkrantz
Also added helper functions to get geometry and pointer information. Used the getgeom() function in arrangewindows() and discovered memory leaks.
2010-07-10Support setting of border colour of fixed windows from commandMC
arguments.
2010-07-01Steel blue was too little contrast.MC
2010-07-01Red might not be good as feedback colour considering red/greenMC
blindness.
2010-07-01Give some feedback about fixed windows by changing their focus colour.MC
2010-06-30Added virtual workspaces.MC
2010-06-24Added real colour handling and -f and -u options for setting them.MC
2010-06-22Added comments.MC
Don't use full path to urxvt. Changed focus colour.
2010-06-18Version 20100618.20100618MC