config.def.h
changeset 1283 f4ed75c5e2ef
parent 1279 ad96b8aadc88
child 1286 06eb9644e2da
equal deleted inserted replaced
1282:ffd3f969f4e5 1283:f4ed75c5e2ef
    19 
    19 
    20 /* tagging */
    20 /* tagging */
    21 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    21 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    22 
    22 
    23 static Rule rules[] = {
    23 static Rule rules[] = {
    24 	/* class      instance    title       tags ref      isfloating */
    24 	/* class      instance    title       tags mask     isfloating */
    25 	{ "Gimp",     NULL,       NULL,       0,            True },
    25 	{ "Gimp",     NULL,       NULL,       0,            True },
    26 	{ "Firefox",  NULL,       NULL,       1 << 8,       True },
    26 	{ "Firefox",  NULL,       NULL,       1 << 8,       True },
    27 };
    27 };
    28 
    28 
    29 /* layout(s) */
    29 /* layout(s) */