config.def.h
changeset 1025 107746bd83f0
parent 1022 e50432b2ba5f
child 1027 0735e86bbd49
equal deleted inserted replaced
1024:17a935c3017f 1025:107746bd83f0
    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[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };
    15 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
    16 Rule rules[] = {
    16 Rule rules[] = {
    17 	/* class:instance:title regex	tags regex	isfloating */
    17 	/* class:instance:title regex	tags regex	isfloating */
    18 	{ "Firefox",			"www",		False },
    18 	{ "Firefox",			"www",		False },
    19 	{ "Gimp",			NULL,		True },
    19 	{ "Gimp",			NULL,		True },
    20 	{ "MPlayer",			NULL,		True },
    20 	{ "MPlayer",			NULL,		True },