config.arg.h
changeset 845 baee494346e5
parent 842 572ae39c86e2
child 858 b797071ebbd4
equal deleted inserted replaced
844:e7df5a345595 845:baee494346e5
    11 #define SELBORDERCOLOR		"#8c8"
    11 #define SELBORDERCOLOR		"#8c8"
    12 #define SELBGCOLOR		"#555"
    12 #define SELBGCOLOR		"#555"
    13 #define SELFGCOLOR		"#fff"
    13 #define SELFGCOLOR		"#fff"
    14 #define TOPBAR			True		/* False */
    14 #define TOPBAR			True		/* False */
    15 
    15 
    16 /* behavior */
    16 /* tagging */
    17 #define TAGS \
    17 #define TAGS \
    18 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
    18 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
    19 #define RULES \
    19 #define RULES \
    20 static Rule rule[] = { \
    20 static Rule rule[] = { \
    21 	/* class:instance:title regex	tags regex	isfloating */ \
    21 	/* class:instance:title regex	tags regex	isfloating */ \