config.def.h
changeset 1059 98d06be63ce5
parent 1050 fb5fa382c002
child 1060 9df583e2c03c
equal deleted inserted replaced
1058:5e34476a3a1c 1059:98d06be63ce5
     9 #define NORMFGCOLOR		"#000000"
     9 #define NORMFGCOLOR		"#000000"
    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 /* convenience */
       
    15 #define LENGTH(x) (sizeof x / sizeof x[0])
       
    16 
       
    17 /* tagging */
    14 /* tagging */
    18 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
    15 const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
    19 Bool seltags[LENGTH(tags)] = {[0] = True};
    16 Bool seltags[LENGTH(tags)] = {[0] = True};
    20 Bool prevtags[LENGTH(tags)] = {[0] = True};
       
    21 Rule rules[] = {
    17 Rule rules[] = {
    22 	/* class:instance:title regex	tags regex	isfloating */
    18 	/* class:instance:title regex	tags regex	isfloating */
    23 	{ "Firefox",			"www",		False },
    19 	{ "Firefox",			"www",		False },
    24 	{ "Gimp",			NULL,		True },
    20 	{ "Gimp",			NULL,		True },
    25 	{ "MPlayer",			NULL,		True },
    21 	{ "MPlayer",			NULL,		True },