From: Anselm R Garbe Date: Mon, 18 Aug 2008 08:11:15 +0000 (+0100) Subject: added a comment about FAQ regarding mfact meaning X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=051a404b66dfa4f87f98411da61320a93a146ec8 added a comment about FAQ regarding mfact meaning --- 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[] = {