diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-01-19 00:29:04 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-01-19 01:19:33 +0300 |
commit | 71cc9e0fcfd02a665d0859888d2ab3e81d2bda2c (patch) | |
tree | 47ec29124c9cd84d88567c53e487e709ee1c5f90 | |
parent | c0c1de752e7b1daacbca4c580f1fa8661c50a09b (diff) | |
download | dwm-71cc9e0fcfd02a665d0859888d2ab3e81d2bda2c.tar.gz |
feat: change master width to 75%
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index a5914c1..dc10d22 100644 --- a/config.def.h +++ b/config.def.h @@ -30,7 +30,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.75; /* 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 */ |