dwm-meillo
diff config.arg.h @ 516:e5f8d6ac509c
added symbols for different modes
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 29 Sep 2006 18:08:20 +0200 |
parents | d6d1d0033e3c |
children | f35e6c5993ef |
line diff
1.1 --- a/config.arg.h Fri Sep 29 17:25:49 2006 +0200 1.2 +++ b/config.arg.h Fri Sep 29 18:08:20 2006 +0200 1.3 @@ -8,8 +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 STACKPOS StackRight /* StackLeft */ 1.10 +#define BSTACKSYMBOL "===" 1.11 +#define VSTACKSYMBOL "[]=" 1.12 1.13 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" 1.14 #define NORMBGCOLOR "#333333"