From 67f8cae21f83902d52358d132d822dca4fb8700c Mon Sep 17 00:00:00 2001 From: Mikkel Thestrup Date: Sat, 17 Jan 2026 17:05:45 +0100 Subject: disable resize hints --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 7dec81a..1579f0c 100644 --- a/config.def.h +++ b/config.def.h @@ -34,7 +34,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 lockfullscreen = 1; /* 1 will force focus on the fullscreen window */ static const Layout layouts[] = { -- cgit v1.2.3-70-g09d2