config.def.h
changeset 1114 31b3935773cb
parent 1113 01d9790a8a09
child 1116 73ef516a4a88
equal deleted inserted replaced
1113:01d9790a8a09 1114:31b3935773cb
    11 #define SELBGCOLOR		"#0066ff"
    11 #define SELBGCOLOR		"#0066ff"
    12 #define SELFGCOLOR		"#ffffff"
    12 #define SELFGCOLOR		"#ffffff"
    13 
    13 
    14 /* old */
    14 /* old */
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    16 unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
       
    17 
    16 
    18 Rule rules[] = {
    17 Rule rules[] = {
    19 	/* class:instance:title substr	tags ref	isfloating */
    18 	/* class:instance:title substr	tags ref	isfloating */
    20 	{ "Firefox",			tags[8],	False },
    19 	{ "Firefox",			tags[8],	False },
    21 	{ "Gimp",			NULL,		True },
    20 	{ "Gimp",			NULL,		True },