config.def.h
changeset 1109 55e2f7e96b71
parent 1107 589074fac88d
child 1113 01d9790a8a09
equal deleted inserted replaced
1108:aab1c3addbaf 1109:55e2f7e96b71
    12 #define SELFGCOLOR		"#ffffff"
    12 #define SELFGCOLOR		"#ffffff"
    13 
    13 
    14 /* old */
    14 /* old */
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
    16 unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
    16 unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
    17 Bool initags[LENGTH(tags)]       = { [0] = True, [5] = True };
       
    18 
    17 
    19 Rule rules[] = {
    18 Rule rules[] = {
    20 	/* class:instance:title substr	tags ref	isfloating */
    19 	/* class:instance:title substr	tags ref	isfloating */
    21 	{ "Firefox",			tags[8],	False },
    20 	{ "Firefox",			tags[8],	False },
    22 	{ "Gimp",			NULL,		True },
    21 	{ "Gimp",			NULL,		True },