config.def.h
changeset 1346 2765f1a08494
parent 1324 c7d3198c9e9b
child 1361 41678fc29f2a
equal deleted inserted replaced
1344:ba02dda36aee 1346:2765f1a08494
    14 static Bool topbar                  = True;     /* False means bottom bar */
    14 static Bool topbar                  = True;     /* False means bottom bar */
    15 static Bool readin                  = True;     /* False means do not read stdin */
    15 static Bool readin                  = True;     /* False means do not read stdin */
    16 
    16 
    17 /* tagging */
    17 /* tagging */
    18 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    18 static const char tags[][MAXTAGLEN] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
       
    19 static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */
    19 
    20 
    20 static Rule rules[] = {
    21 static Rule rules[] = {
    21 	/* class      instance    title       tags mask     isfloating */
    22 	/* class      instance    title       tags mask     isfloating */
    22 	{ "Gimp",     NULL,       NULL,       0,            True },
    23 	{ "Gimp",     NULL,       NULL,       0,            True },
    23 	{ "Firefox",  NULL,       NULL,       1 << 8,       True },
    24 	{ "Firefox",  NULL,       NULL,       1 << 8,       True },