config.default.h
changeset 509 9dcc64d8a19e
parent 508 ede48935f2b3
child 511 1599c953647b
equal deleted inserted replaced
508:ede48935f2b3 509:9dcc64d8a19e
     6 #define TAGS \
     6 #define TAGS \
     7 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
     7 const char *tags[] = { "1", "2", "3", "4", "5", NULL };
     8 
     8 
     9 #define DEFMODE			dotile /* dofloat */
     9 #define DEFMODE			dotile /* dofloat */
    10 #define FLOATSYMBOL		"><>"
    10 #define FLOATSYMBOL		"><>"
    11 #define STACKPOS		StackRight	/* StackLeft, StackBottom */
    11 #define STACKPOS		StackRight	/* StackLeft */
    12 #define TILESYMBOL		"[]="
    12 #define TILESYMBOL		"[]="
    13 #define VERTICALSTACK		True		/* False == horizontal stack  */
    13 #define VERTICALSTACK		True		/* False == horizontal stack  */
    14 
    14 
    15 #define FONT			"fixed"
    15 #define FONT			"fixed"
    16 #define NORMBGCOLOR		"#333366"
    16 #define NORMBGCOLOR		"#333366"