config.def.h
changeset 1104 167446962e09
parent 1102 239f5ee65766
child 1105 8427b03e56db
equal deleted inserted replaced
1103:94af6c83cad2 1104:167446962e09
    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", "5", "6", "7", "8", "www" };
    16 int initags[LENGTH(tags)]    = { [0] = 1 };
    16 int initags[LENGTH(tags)]    = { [0] = 1 };
    17 Rule rules[] = {
    17 Rule rules[] = {
    18 	/* class:instance:title regex	tags regex	isfloating */
    18 	/* class:instance:title substr	tags ref	isfloating */
    19 	{ "Firefox",			"www",		False },
    19 	{ "Firefox",			tags[8],	False },
    20 	{ "Gimp",			NULL,		True },
    20 	{ "Gimp",			NULL,		True },
    21 	{ "MPlayer",			NULL,		True },
    21 	{ "MPlayer",			NULL,		True },
    22 	{ "Acroread",			NULL,		True },
    22 	{ "Acroread",			NULL,		True },
    23 };
    23 };
    24 
    24