commit 673fab3dac65a26535307a58e3ec340b438e7641
parent a91c20b4f462d19cee1ae1744a1f3738af22dbdf
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Tue, 5 Feb 2019 09:37:25 +0100
Always enlarge windows
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/suckless/dwm/config.h b/suckless/dwm/config.h
@@ -44,7 +44,7 @@ static const Rule rules[] = {
/* layout(s) */
static const float mfact = 0.55; /* 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 resizehints = 0; /* 1 means respect size hints in tiled resizals */
static const Layout layouts[] = {
/* symbol arrange function */