aewl

diff config.default.h @ 493:d0104ede6454

changed order of colordefs in config.h's, changed config.arg.h to fit to new dmenu
author arg@mmvi
date Tue, 26 Sep 2006 13:24:14 +0200
parents 2d8af0d7920d
children 2c29d74b11dc
line diff
     1.1 --- a/config.default.h	Tue Sep 26 08:17:35 2006 +0200
     1.2 +++ b/config.default.h	Tue Sep 26 13:24:14 2006 +0200
     1.3 @@ -11,15 +11,15 @@
     1.4  #define TILESYMBOL		"[]="
     1.5  
     1.6  #define FONT			"fixed"
     1.7 +#define NORMBGCOLOR		"#333366"
     1.8 +#define NORMFGCOLOR		"#cccccc"
     1.9  #define SELBGCOLOR		"#666699"
    1.10  #define SELFGCOLOR		"#eeeeee"
    1.11 -#define NORMBGCOLOR		"#333366"
    1.12 -#define NORMFGCOLOR		"#cccccc"
    1.13  #define STATUSBGCOLOR		"#dddddd"
    1.14  #define STATUSFGCOLOR		"#222222"
    1.15  
    1.16 +#define MASTERW			60 /* percent */
    1.17  #define MODKEY			Mod1Mask
    1.18 -#define MASTERW			60 /* percent */
    1.19  
    1.20  #define KEYS \
    1.21  static Key key[] = { \