[config] Use golden ratio by default for mwfact

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-05-02 12:58:51 +02:00
parent effaa99b91
commit 03170abfe1
1 changed files with 1 additions and 1 deletions

View File

@ -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. */