dwm-meillo
diff config.default.h @ 432:0f94ee451f6c
made args mode symbols the default ones (the default ones look too ugly)
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Wed, 06 Sep 2006 09:23:34 +0200 |
parents | 44225ee80236 |
children | 2d8af0d7920d |
line diff
1.1 --- a/config.default.h Wed Sep 06 09:21:17 2006 +0200 1.2 +++ b/config.default.h Wed Sep 06 09:23:34 2006 +0200 1.3 @@ -7,8 +7,8 @@ 1.4 const char *tags[] = { "1", "2", "3", "4", "5", NULL }; 1.5 1.6 #define DEFMODE dotile /* dofloat */ 1.7 -#define FLOATSYMBOL "~" 1.8 -#define TILESYMBOL "#" 1.9 +#define FLOATSYMBOL "><>" 1.10 +#define TILESYMBOL "[]=" 1.11 1.12 #define FONT "fixed" 1.13 #define SELBGCOLOR "#666699"