aboutsummaryrefslogtreecommitdiffstats
path: root/config-desktop.h
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2019-03-17 11:19:03 +0100
committerEduardo Pedroni <e.pedroni91@gmail.com>2019-03-17 11:19:03 +0100
commitc0f4867da07a17d6ccc172a26f9d67151ac070a4 (patch)
tree954f26c5acb91428608ef45930051a503623acdd /config-desktop.h
parent889e73d974b1c06944c295661ac8529d1fa8fed5 (diff)
Minor change to config, split view is now 50/50 default
Diffstat (limited to 'config-desktop.h')
-rw-r--r--config-desktop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-desktop.h b/config-desktop.h
index 8d82ab1..5401ef8 100644
--- a/config-desktop.h
+++ b/config-desktop.h
@@ -84,7 +84,7 @@ static const Rule rules[] = {
};
/* layout(s) */
-static const float mfact = 0.55; /* factor of master area size [0.05..0.95] */
+static const float mfact = 0.5; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
static const Bool resizehints = False; /* True means respect size hints in tiled resizals */