config.arg.h
changeset 515 d6d1d0033e3c
parent 511 1599c953647b
child 516 e5f8d6ac509c
equal deleted inserted replaced
514:3dd1631824a6 515:d6d1d0033e3c
     6 #define TAGS \
     6 #define TAGS \
     7 const char *tags[] = { "dev", "work", "net", "fnord", NULL };
     7 const char *tags[] = { "dev", "work", "net", "fnord", NULL };
     8 
     8 
     9 #define DEFMODE			dotile		/* dofloat */
     9 #define DEFMODE			dotile		/* dofloat */
    10 #define FLOATSYMBOL		"><>"
    10 #define FLOATSYMBOL		"><>"
    11 #define STACKPOS		StackRight	/* StackLeft */
    11 #define STACKPOS		StackRight	/* StackLeft, StackBottom */
    12 #define TILESYMBOL		"[]="
    12 #define TILESYMBOL		"[]="
    13 
    13 
    14 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
    14 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
    15 #define NORMBGCOLOR		"#333333"
    15 #define NORMBGCOLOR		"#333333"
    16 #define NORMFGCOLOR		"#dddddd"
    16 #define NORMFGCOLOR		"#dddddd"