]> git.armaanb.net Git - dwm.git/blobdiff - config.def.h
tiled layout resizehints should be respected by default
[dwm.git] / config.def.h
index 95bb84cee4fab4807c15951b277bf40ddc380318..9bec26b32407a764cc2c1faa465766df99aca96c 100644 (file)
@@ -27,8 +27,8 @@ static Rule rules[] = {
 };
 
 /* 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 */