aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-06-17 11:19:17 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-06-17 11:19:17 +0100
commitf25cc5678fcc405a55df7f49e7b3189241933a97 (patch)
tree9366eaa713f1aa6bd28f21ff4a6a3bbffae8ec84 /config.def.h
parent5a92420fce8d70a329a8294c1c77bb8c3c7eaad4 (diff)
tiled layout resizehints should be respected by default
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 95bb84c..9bec26b 100644
--- a/config.def.h
+++ b/config.def.h
@@ -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 */