config.def.h
changeset 1106 084b17f96d9b
parent 1105 8427b03e56db
child 1107 589074fac88d
equal deleted inserted replaced
1105:8427b03e56db 1106:084b17f96d9b
    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[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "www" };
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
    16 int initags[LENGTH(tags)]    = { [0] = 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 Rule rules[] = {
    19 Rule rules[] = {
    18 	/* class:instance:title substr	tags ref	isfloating */
    20 	/* class:instance:title substr	tags ref	isfloating */
    19 	{ "Firefox",			tags[8],	False },
    21 	{ "Firefox",			tags[8],	False },
    20 	{ "Gimp",			NULL,		True },
    22 	{ "Gimp",			NULL,		True },
    21 	{ "MPlayer",			NULL,		True },
    23 	{ "MPlayer",			NULL,		True },