[config] Use golden ratio by default for mwfact
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
effaa99b91
commit
03170abfe1
|
@ -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. */
|
||||
|
|
Loading…
Reference in New Issue