aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgonzo <gonzo@toniatuh.com>2023-05-16 23:05:45 +0200
committergonzo <gonzo@toniatuh.com>2023-05-16 23:05:45 +0200
commit447c0a423e378f8e82537aa751178ab8291da262 (patch)
treeba9de6ec4bb181d543a28ed142f5d07c6a5c9227
parent0ee091705fcefe048d7d6714b89d514c3b1ac328 (diff)
downloaddwm-447c0a423e378f8e82537aa751178ab8291da262.tar.gz
no more resize hints for cleaner windows
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 5bd0ef1..1df3b3b 100644
--- a/config.h
+++ b/config.h
@@ -37,7 +37,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[] = {