tadded a comment about FAQ regarding mfact meaning - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 051a404b66dfa4f87f98411da61320a93a146ec8
 (DIR) parent d8d733c34fe89c8bc2bd3a78cac848af7565167f
 (HTM) Author: Anselm R Garbe <garbeam@gmail.com>
       Date:   Mon, 18 Aug 2008 09:11:15 +0100
       
       added a comment about FAQ regarding mfact meaning
       Diffstat:
         M config.def.h                        |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.def.h b/config.def.h
       t@@ -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[] = {