Mercurial > aewl
comparison config.arg.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 | 4d828b431b72 |
children | 1db04019684e |
comparison
equal
deleted
inserted
replaced
170:697715541a25 | 171:dac0793bf3f7 |
---|---|
19 #define BGCOLOR "#0a2c2d" | 19 #define BGCOLOR "#0a2c2d" |
20 #define FGCOLOR "#ddeeee" | 20 #define FGCOLOR "#ddeeee" |
21 #define BORDERCOLOR "#176164" | 21 #define BORDERCOLOR "#176164" |
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 *browse[] = { "firefox", NULL }; \ | 27 const char *browse[] = { "firefox", NULL }; \ |
28 const char *gimp[] = { "gimp", NULL }; \ | 28 const char *gimp[] = { "gimp", NULL }; \ |
29 const char *term[] = { \ | 29 const char *term[] = { \ |