JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
tiled layout resizehints should be respected by default
[dwm.git] / config.def.h
index d6566bf..9bec26b 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 */
@@ -95,8 +95,6 @@ static Button buttons[] = {
        { ClkLtSymbol,          0,              Button3,        togglemax,      {0} },
        { ClkWinTitle,          0,              Button2,        zoom,           {0} },
        { ClkStatusText,        0,              Button2,        spawn,          {.v = termcmd } },
-       { ClkWinTitle,          0,              Button4,        focusstack,     {.i = +1 } },
-       { ClkWinTitle,          0,              Button5,        focusstack,     {.i = -1 } },
        { ClkClientWin,         MODKEY,         Button1,        movemouse,      {0} },
        { ClkClientWin,         MODKEY,         Button2,        togglefloating, {0} },
        { ClkClientWin,         MODKEY,         Button3,        resizemouse,    {0} },