summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-18 14:57:03 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-18 14:57:03 +0400
commit1da509579023a133c976cd29c162bd0680bc3613 (patch)
tree25f73aa0e3cd72565ac53bc17c8824bf441f60a9
parent1d095bb63d4898f7eceb310f04aa8d72943c65f0 (diff)
master stack ratio changed
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index c7bd60a..827889f 100644
--- a/config.h
+++ b/config.h
@@ -38,7 +38,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.65; /* factor of master area size [0.05..0.95] */
static const int nmaster = 1; /* number of clients in master area */
static const int resizehints = 1; /* 1 means respect size hints in tiled resizals */
static const int lockfullscreen = 1; /* 1 will force focus on the fullscreen window */