Mercurial > aewl
comparison config.default.h @ 171:dac0793bf3f7
changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is better now
author | arg@10ksloc.org |
---|---|
date | Wed, 02 Aug 2006 17:19:22 +0200 |
parents | e0535db04dfe |
children | 1db04019684e |
comparison
equal
deleted
inserted
replaced
170:697715541a25 | 171:dac0793bf3f7 |
---|---|
19 #define BGCOLOR "#666699" | 19 #define BGCOLOR "#666699" |
20 #define FGCOLOR "#eeeeee" | 20 #define FGCOLOR "#eeeeee" |
21 #define BORDERCOLOR "#9999CC" | 21 #define BORDERCOLOR "#9999CC" |
22 #define MODKEY Mod1Mask | 22 #define MODKEY Mod1Mask |
23 #define NUMLOCKMASK Mod2Mask | 23 #define NUMLOCKMASK Mod2Mask |
24 #define MASTERW 52 /* percent */ | 24 #define MASTERW 60 /* percent */ |
25 | 25 |
26 #define KEYS \ | 26 #define KEYS \ |
27 const char *term[] = { "xterm", NULL }; \ | 27 const char *term[] = { "xterm", NULL }; \ |
28 static Key key[] = { \ | 28 static Key key[] = { \ |
29 /* modifier key function arguments */ \ | 29 /* modifier key function arguments */ \ |