config.default.h
changeset 845 baee494346e5
parent 842 572ae39c86e2
child 858 b797071ebbd4
equal deleted inserted replaced
844:e7df5a345595 845:baee494346e5
    11 #define SELBORDERCOLOR		"#ff0000"
    11 #define SELBORDERCOLOR		"#ff0000"
    12 #define SELBGCOLOR		"#006699"
    12 #define SELBGCOLOR		"#006699"
    13 #define SELFGCOLOR		"#ffffff"
    13 #define SELFGCOLOR		"#ffffff"
    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 /* Query class:instance:title for regex matching info with following command:
    19 /* Query class:instance:title for regex matching info with following command:
    20  * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
    20  * xprop | awk -F '"' '/^WM_CLASS/ { printf("%s:%s:",$4,$2) }; /^WM_NAME/ { printf("%s\n",$2) }' */
    21 #define RULES \
    21 #define RULES \