dwm-meillo

changeset 363:c719a27f3d93

changed order of options
author Anselm R. Garbe <arg@10kloc.org>
date Fri, 25 Aug 2006 16:15:13 +0200
parents ba6c55e1b9b2
children d955a84b7d4b
files config.arg.h config.default.h
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Fri Aug 25 15:48:44 2006 +0200
     1.2 +++ b/config.arg.h	Fri Aug 25 16:15:13 2006 +0200
     1.3 @@ -7,6 +7,8 @@
     1.4  const char *tags[] = { "work", "net", "fnord", NULL };
     1.5  
     1.6  #define DEFMODE			dotile /* dofloat */
     1.7 +#define FLOATSYMBOL		"><>"
     1.8 +#define TILESYMBOL		"[]="
     1.9  
    1.10  #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
    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 */
     2.1 --- a/config.default.h	Fri Aug 25 15:48:44 2006 +0200
     2.2 +++ b/config.default.h	Fri Aug 25 16:15:13 2006 +0200
     2.3 @@ -7,6 +7,8 @@
     2.4  const char *tags[] = { "1", "2", "3", "4", "5", NULL };
     2.5  
     2.6  #define DEFMODE			dotile /* dofloat */
     2.7 +#define FLOATSYMBOL		"~"
     2.8 +#define TILESYMBOL		"#"
     2.9  
    2.10  #define FONT			"fixed"
    2.11  #define SELBGCOLOR		"#666699"
    2.12 @@ -15,8 +17,6 @@
    2.13  #define NORMFGCOLOR		"#cccccc"
    2.14  #define STATUSBGCOLOR		"#dddddd"
    2.15  #define STATUSFGCOLOR		"#222222"
    2.16 -#define FLOATSYMBOL		"~"
    2.17 -#define TILESYMBOL		"#"
    2.18  
    2.19  #define MODKEY			Mod1Mask
    2.20  #define MASTERW			60 /* percent */