commit 1c5c51407f07b6dd7f3b4fcab2cd34f2896af3bc
parent da802dfa3441ac5a69adb3c2ea016d478c1d3e93
Author: fjbalon <fjbalon@templier.es>
Date: Wed, 24 Jun 2026 12:14:56 +0200
Cambio de comportamiento de redimensión de ventanas en tile: 0 ignora las sugerencias de tamaño de las apps
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config.h b/config.h
@@ -36,7 +36,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 int refreshrate = 120; /* refresh rate (per second) for client move/resize */