diff options
author | Anselm R Garbe <garbeam@gmail.com> | 2008-08-18 09:11:15 +0100 |
---|---|---|
committer | Anselm R Garbe <garbeam@gmail.com> | 2008-08-18 09:11:15 +0100 |
commit | 051a404b66dfa4f87f98411da61320a93a146ec8 (patch) | |
tree | fa7d3aafcd21696f4b77cf4a468a3232a374ed63 /config.def.h | |
parent | d8d733c34fe89c8bc2bd3a78cac848af7565167f (diff) | |
download | dwm-051a404b66dfa4f87f98411da61320a93a146ec8.tar.gz |
added a comment about FAQ regarding mfact meaning
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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[] = { |