config.def.h
changeset 1075 e3916ef44cf0
parent 1074 239bb2d7c7da
child 1076 591632523d96
equal deleted inserted replaced
1074:239bb2d7c7da 1075:e3916ef44cf0
    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[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
    15 const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
    16 Bool seltags[LENGTH(tags)] = {[0] = True};
    16 Bool initags[LENGTH(tags)] = {[0] = True};
    17 Rule rules[] = {
    17 Rule rules[] = {
    18 	/* class:instance:title regex	tags regex	isfloating */
    18 	/* class:instance:title regex	tags regex	isfloating */
    19 	{ "Firefox",			"www",		False },
    19 	{ "Firefox",			"www",		False },
    20 	{ "Gimp",			NULL,		True },
    20 	{ "Gimp",			NULL,		True },
    21 	{ "MPlayer",			NULL,		True },
    21 	{ "MPlayer",			NULL,		True },