diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2010-09-13 15:23:41 +0200 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2010-09-13 15:23:41 +0200 |
commit | 6c906ce28327d71b6f9b8ae50e3e1db12ec26a19 (patch) | |
tree | 689fe709bd6ae5f4e53ddd11555ea68b354b8fe6 /config.h | |
parent | fd0130149260fc19c0c5ba22ef6c64e02bd29fb4 (diff) | |
download | mcwm-6c906ce28327d71b6f9b8ae50e3e1db12ec26a19.zip |
Added delete window functionality. This is a patch from Christian
Neukirchen, chneukirchen at the domain gmail.com. I only changed the
default key and moved a flush.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,4 +75,4 @@ #define USERKEY_TOPRIGHT XK_U #define USERKEY_BOTLEFT XK_B #define USERKEY_BOTRIGHT XK_N - +#define USERKEY_DELETE XK_End |