Introduction
Introduction Statistics Contact Development Disclaimer Help
tconfig.h: use 50% splitting ratio in tiled mode - dwm - [fork] customized buil…
git clone git://src.adamsgaard.dk/dwm
Log
Files
Refs
README
LICENSE
---
commit 66a03284ef5356a2561c307754836cfbe196c9be
parent 22655a1b73ce223d8137e1b7f9c629c0d0587d11
Author: Anders Damsgaard <[email protected]>
Date: Thu, 3 Dec 2020 19:35:56 +0100
config.h: use 50% splitting ratio in tiled mode
Diffstat:
M config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.h b/config.h
t@@ -51,7 +51,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.50; /* factor of master area size [0.05..0.95…
static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 0; /* 1 means respect size hints in tiled re…
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.