summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-18 14:57:03 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-05-27 23:51:38 +0400
commit41d1709c5d7ca48ec66d3cb4eee601973553bcb2 (patch)
tree25f73aa0e3cd72565ac53bc17c8824bf441f60a9
parent38d823bfb51d088ee149cb218708518585e5e81c (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 */