From c0f4867da07a17d6ccc172a26f9d67151ac070a4 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 17 Mar 2019 11:19:03 +0100 Subject: Minor change to config, split view is now 50/50 default --- config-desktop.h | 2 +- config-laptop.h | 2 +- 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 */ -- cgit v1.2.3