JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
branch merge
[dwm.git] / config.def.h
index 075c8d5..d2c5318 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 */