]> git.armaanb.net Git - dwm.git/blobdiff - config.def.h
added a comment about FAQ regarding mfact meaning
[dwm.git] / config.def.h
index aafff8aa6cb38c535250e214eae301e5c0fec86b..e45faef866dfefa42d9c72ec4b8d273d7791ec8c 100644 (file)
@@ -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[] = {