tiled layout resizehints should be respected by default
Anselm R Garbe garbeam@gmail.com
Tue, 17 Jun 2008 11:19:17 +0100
2 files changed,
5 insertions(+),
5 deletions(-)
M
config.def.h
→
config.def.h
@@ -27,8 +27,8 @@ { "Firefox", NULL, NULL, 1 << 8, True },
}; /* layout(s) */ -static float mfact = 0.55; -static Bool resizehints = False; /* False means respect size hints in tiled resizals */ +static float mfact = 0.55; +static Bool resizehints = True; /* False means respect size hints in tiled resizals */ static Layout layouts[] = { /* symbol arrange function */