config.arg.h
changeset 688 39fa5308d73f
parent 685 3ae7b19db478
child 689 cbec08a54a15
equal deleted inserted replaced
687:a76799907854 688:39fa5308d73f
     5 #define TAGS \
     5 #define TAGS \
     6 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
     6 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
     7 
     7 
     8 #define DEFMODE			dotile		/* dofloat */
     8 #define DEFMODE			dotile		/* dofloat */
     9 #define FLOATSYMBOL		"><>"
     9 #define FLOATSYMBOL		"><>"
    10 #define TILESYMBOL		"[%u]="		/* %u is replaced with nmaster */
    10 #define TILESYMBOL		"[]="
    11 
    11 
    12 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
    12 #define FONT			"-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*"
    13 #define NORMBGCOLOR		"#222"
    13 #define NORMBGCOLOR		"#222"
    14 #define NORMFGCOLOR		"#ccc"
    14 #define NORMFGCOLOR		"#ccc"
    15 #define SELBGCOLOR		"#444"
    15 #define SELBGCOLOR		"#444"