From 939569eacb6b890cb3b3fd4dff549d3dddccad04 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Mon, 21 Jun 2021 00:48:06 +0200 Subject: [PATCH] Bettter sizing. --- _suckless/dwm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_suckless/dwm/config.h b/_suckless/dwm/config.h index 219a43a..22a5f65 100644 --- a/_suckless/dwm/config.h +++ b/_suckless/dwm/config.h @@ -63,7 +63,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 int attachbelow = 1; /* 1 means attach after the currently active window */ static const Layout layouts[] = {