config.def.h
changeset 1250 1fa12fca6c0e
parent 1249 1fcb3350609d
child 1260 2d3d08d2dd19
equal deleted inserted replaced
1249:1fcb3350609d 1250:1fa12fca6c0e
    22 	{ "Firefox",  NULL,       NULL,       1 << 8,       True },
    22 	{ "Firefox",  NULL,       NULL,       1 << 8,       True },
    23 };
    23 };
    24 
    24 
    25 /* layout(s) */
    25 /* layout(s) */
    26 double mfact           = 0.55;
    26 double mfact           = 0.55;
    27 Bool resizehints       = True;     /* False means respect size hints in tiled resizals */
    27 Bool resizehints       = False;     /* False means respect size hints in tiled resizals */
    28 
    28 
    29 Layout layouts[] = {
    29 Layout layouts[] = {
    30 	/* symbol     arrange function */
    30 	/* symbol     arrange function */
    31 	{ "[]=",      tile }, /* first entry is default */
    31 	{ "[]=",      tile }, /* first entry is default */
    32 	{ "><>",      NULL }, /* no layout function means floating behavior */
    32 	{ "><>",      NULL }, /* no layout function means floating behavior */