diff options
| author | Mikkel Thestrup <mikkel@mithe.dk> | 2026-01-17 17:05:45 +0100 |
|---|---|---|
| committer | Mikkel Thestrup <mikkel@mithe.dk> | 2026-01-17 17:05:45 +0100 |
| commit | 67f8cae21f83902d52358d132d822dca4fb8700c (patch) | |
| tree | 48e5b445963b0f1af8778b586e36c9342891476a | |
| parent | 4fbeab8d66681ac20173c741e0ef5e2f6f745e39 (diff) | |
| download | dwm-67f8cae21f83902d52358d132d822dca4fb8700c.tar.gz dwm-67f8cae21f83902d52358d132d822dca4fb8700c.zip | |
disable resize hints
| -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 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[] = { |