aewl

diff config.default.h @ 505:2c29d74b11dc

first step to a more flexible dotile() algorithm
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 29 Sep 2006 12:38:27 +0200
parents d0104ede6454
children ede48935f2b3
line diff
     1.1 --- a/config.default.h	Thu Sep 28 21:29:20 2006 +0200
     1.2 +++ b/config.default.h	Fri Sep 29 12:38:27 2006 +0200
     1.3 @@ -8,7 +8,9 @@
     1.4  
     1.5  #define DEFMODE			dotile /* dofloat */
     1.6  #define FLOATSYMBOL		"><>"
     1.7 +#define STACKPOS		StackRight	/* StackLeft, StackBottom */
     1.8  #define TILESYMBOL		"[]="
     1.9 +#define VERTICALSTACK		True		/* False == horizontal stack  */
    1.10  
    1.11  #define FONT			"fixed"
    1.12  #define NORMBGCOLOR		"#333366"
    1.13 @@ -18,7 +20,7 @@
    1.14  #define STATUSBGCOLOR		"#dddddd"
    1.15  #define STATUSFGCOLOR		"#222222"
    1.16  
    1.17 -#define MASTERW			60 /* percent */
    1.18 +#define MASTER			60 /* percent */
    1.19  #define MODKEY			Mod1Mask
    1.20  
    1.21  #define KEYS \