aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config-desktop.h2
-rw-r--r--config-laptop.h2
2 files changed, 2 insertions, 2 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 */
diff --git a/config-laptop.h b/config-laptop.h
index 15f1882..bc9e02f 100644
--- a/config-laptop.h
+++ b/config-laptop.h
@@ -90,7 +90,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 */