From 03170abfe1a205725d2d9481822308bcdbcd758f Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 2 May 2008 12:58:51 +0200 Subject: [PATCH] [config] Use golden ratio by default for mwfact Signed-off-by: Julien Danjou --- common/configopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/configopts.c b/common/configopts.c index a65eb49eb..4adb57138 100644 --- a/common/configopts.c +++ b/common/configopts.c @@ -466,7 +466,7 @@ cfg_opt_t tag_opts[] = /** Default layout for this tag. */ CFG_STR((char *) "layout", (char *) "tile", CFGF_NONE), /** Default master width factor for this tag. */ - CFG_FLOAT((char *) "mwfact", 0.5, CFGF_NONE), + CFG_FLOAT((char *) "mwfact", 0.61803398874989484820, CFGF_NONE), /** Default number of master windows for this tag. */ CFG_INT((char *) "nmaster", 1, CFGF_NONE), /** Default number of window columns for this tag. */