config.def.h
changeset 1118 e8efb587e751
parent 1117 fac7660be3de
child 1121 898952a1689d
equal deleted inserted replaced
1117:fac7660be3de 1118:e8efb587e751
    10 #define SELBORDERCOLOR		"#0066ff"
    10 #define SELBORDERCOLOR		"#0066ff"
    11 #define SELBGCOLOR		"#0066ff"
    11 #define SELBGCOLOR		"#0066ff"
    12 #define SELFGCOLOR		"#ffffff"
    12 #define SELFGCOLOR		"#ffffff"
    13 
    13 
    14 /* tagging */
    14 /* tagging */
    15 const char tags[][MAXLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    15 const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    16 
    16 
    17 Rule rules[] = {
    17 Rule rules[] = {
    18 	/* class:instance:title substr	tags ref	isfloating */
    18 	/* class:instance:title substr	tags ref	isfloating */
    19 	{ "Firefox",			tags[8],	False },
    19 	{ "Firefox",			tags[8],	False },
    20 	{ "Gimp",			NULL,		True },
    20 	{ "Gimp",			NULL,		True },