dwm-meillo
diff config.default.h @ 363:c719a27f3d93
changed order of options
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Fri, 25 Aug 2006 16:15:13 +0200 |
parents | 64c19db8af25 |
children | fc9d35252ab4 |
line diff
1.1 --- a/config.default.h Fri Aug 25 15:48:44 2006 +0200 1.2 +++ b/config.default.h Fri Aug 25 16:15:13 2006 +0200 1.3 @@ -7,6 +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 1.10 #define FONT "fixed" 1.11 #define SELBGCOLOR "#666699" 1.12 @@ -15,8 +17,6 @@ 1.13 #define NORMFGCOLOR "#cccccc" 1.14 #define STATUSBGCOLOR "#dddddd" 1.15 #define STATUSFGCOLOR "#222222" 1.16 -#define FLOATSYMBOL "~" 1.17 -#define TILESYMBOL "#" 1.18 1.19 #define MODKEY Mod1Mask 1.20 #define MASTERW 60 /* percent */