config.def.h
changeset 1458 e30739eebeed
parent 1454 b55c7bd92fda
child 1490 e3492f42fc39
equal deleted inserted replaced
1457:96862665fd92 1458:e30739eebeed
    15 
    15 
    16 /* tagging */
    16 /* tagging */
    17 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    17 static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    18 
    18 
    19 static const Rule rules[] = {
    19 static const Rule rules[] = {
    20 	/* class      instance    title       tags mask     isfloating */
    20 	/* class      instance    title       tags mask     isfloating   monitor */
    21 	{ "Gimp",     NULL,       NULL,       0,            True },
    21 	{ "Gimp",     NULL,       NULL,       0,            True,        -1 },
    22 	{ "Firefox",  NULL,       NULL,       1 << 8,       False },
    22 	{ "Firefox",  NULL,       NULL,       1 << 8,       False,       -1 },
    23 };
    23 };
    24 
    24 
    25 /* layout(s) */
    25 /* layout(s) */
    26 static const float mfact      = 0.55; /* factor of master area size [0.05..0.95] */
    26 static const float mfact      = 0.55; /* factor of master area size [0.05..0.95] */
    27 static const Bool resizehints = True; /* False means respect size hints in tiled resizals */
    27 static const Bool resizehints = True; /* False means respect size hints in tiled resizals */