aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-08-18 09:11:15 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-08-18 09:11:15 +0100
commit051a404b66dfa4f87f98411da61320a93a146ec8 (patch)
treefa7d3aafcd21696f4b77cf4a468a3232a374ed63 /config.def.h
parentd8d733c34fe89c8bc2bd3a78cac848af7565167f (diff)
added a comment about FAQ regarding mfact meaning
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index aafff8a..e45faef 100644
--- a/config.def.h
+++ b/config.def.h
@@ -24,7 +24,7 @@ static Rule rules[] = {
};
/* layout(s) */
-static float mfact = 0.55;
+static float mfact = 0.55; /* factor of master area size [0.05..0.95] */
static Bool resizehints = True; /* False means respect size hints in tiled resizals */
static Layout layouts[] = {