dwm-meillo
diff config.default.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 | 1599c953647b |
children | 1a9a0877650c |
line diff
1.1 --- a/config.default.h Fri Sep 29 17:25:49 2006 +0200 1.2 +++ b/config.default.h Fri Sep 29 18:08:20 2006 +0200 1.3 @@ -9,7 +9,8 @@ 1.4 #define DEFMODE dotile /* dofloat */ 1.5 #define FLOATSYMBOL "><>" 1.6 #define STACKPOS StackRight /* StackLeft */ 1.7 -#define TILESYMBOL "[]=" 1.8 +#define BSTACKSYMBOL "===" 1.9 +#define VSTACKSYMBOL "[]=" 1.10 1.11 #define FONT "fixed" 1.12 #define NORMBGCOLOR "#333366"