diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-18 14:57:03 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-18 14:57:03 +0400 |
commit | 1da509579023a133c976cd29c162bd0680bc3613 (patch) | |
tree | 25f73aa0e3cd72565ac53bc17c8824bf441f60a9 | |
parent | 1d095bb63d4898f7eceb310f04aa8d72943c65f0 (diff) |
master stack ratio changed
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |