aewl
diff config.h @ 8:7066ff2fe8bc
added key handling
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 11:50:18 +0200 |
parents | e0cefb3981c8 |
children | d567f430a81d |
line diff
1.1 --- a/config.h Tue Jul 11 11:27:56 2006 +0200 1.2 +++ b/config.h Tue Jul 11 11:50:18 2006 +0200 1.3 @@ -9,3 +9,5 @@ 1.4 #define BORDERCOLOR "#000000" 1.5 #define STATUSCMD "echo -n `date` `uptime | sed 's/.*://; s/,//g'`" \ 1.6 " `acpi | awk '{print $4}' | sed 's/,//'`" 1.7 +#define KEYS \ 1.8 + { Mod1Mask, XK_Return, run, "xterm -u8 -bg black -fg white -fn -*-terminus-medium-*-*-*-14-*-*-*-*-*-iso10646-*" },