config.def.h
changeset 1286 06eb9644e2da
parent 1285 226e616bc123
parent 1283 f4ed75c5e2ef
child 1289 064cfe1e8f84
equal deleted inserted replaced
1285:226e616bc123 1286:06eb9644e2da
    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) */