dwm-meillo
diff config.arg.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 | 202416b41e80 |
children | ede48935f2b3 |
line diff
1.1 --- a/config.arg.h Thu Sep 28 21:29:20 2006 +0200 1.2 +++ b/config.arg.h Fri Sep 29 12:38:27 2006 +0200 1.3 @@ -6,9 +6,11 @@ 1.4 #define TAGS \ 1.5 const char *tags[] = { "dev", "work", "net", "fnord", NULL }; 1.6 1.7 -#define DEFMODE dotile /* dofloat */ 1.8 +#define DEFMODE dotile /* dofloat */ 1.9 #define FLOATSYMBOL "><>" 1.10 +#define STACKPOS StackRight /* StackLeft, StackBottom */ 1.11 #define TILESYMBOL "[]=" 1.12 +#define VERTICALSTACK True /* False == horizontal stack */ 1.13 1.14 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" 1.15 #define NORMBGCOLOR "#333333" 1.16 @@ -18,7 +20,7 @@ 1.17 #define STATUSBGCOLOR "#222222" 1.18 #define STATUSFGCOLOR "#9999cc" 1.19 1.20 -#define MASTERW 60 /* percent */ 1.21 +#define MASTER 60 /* percent */ 1.22 #define MODKEY Mod1Mask 1.23 1.24 #define KEYS \