config.def.h
changeset 1285 226e616bc123
parent 1279 ad96b8aadc88
child 1286 06eb9644e2da
equal deleted inserted replaced
1284:14929bfb8738 1285:226e616bc123
    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) */
    30 static float mfact           = 0.55;
    30 static float mfact      = 0.55;
    31 static Bool resizehints       = False;     /* False means respect size hints in tiled resizals */
    31 static Bool resizehints = True; /* False means respect size hints in tiled resizals */
    32 
    32 
    33 static Layout layouts[] = {
    33 static Layout layouts[] = {
    34 	/* symbol     arrange function */
    34 	/* symbol     arrange function */
    35 	{ "[]=",      tile }, /* first entry is default */
    35 	{ "[]=",      tile }, /* first entry is default */
    36 	{ "><>",      NULL }, /* no layout function means floating behavior */
    36 	{ "><>",      NULL }, /* no layout function means floating behavior */