config.def.h
changeset 1401 8cee6e329111
parent 1398 597063a22a73
child 1430 c4b9f97e4bd7
equal deleted inserted replaced
1400:a5312d498a58 1401:8cee6e329111
    14 static Bool topbar                  = True;     /* False means bottom bar */
    14 static Bool topbar                  = True;     /* False means bottom bar */
    15 
    15 
    16 
    16 
    17 /* tagging */
    17 /* tagging */
    18 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    18 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    19 static unsigned int tagset[] = {1, 1}; /* after start, first tag is selected */
       
    20 
    19 
    21 static Rule rules[] = {
    20 static Rule rules[] = {
    22 	/* class      instance    title       tags mask     isfloating */
    21 	/* class      instance    title       tags mask     isfloating */
    23 	{ "Gimp",     NULL,       NULL,       0,            True },
    22 	{ "Gimp",     NULL,       NULL,       0,            True },
    24 	{ "Firefox",  NULL,       NULL,       1 << 8,       False },
    23 	{ "Firefox",  NULL,       NULL,       1 << 8,       False },