aboutsummaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRomain Gonçalves <commit@rgoncalves.se>2021-11-21 16:07:06 +0100
committerRomain Gonçalves <commit@rgoncalves.se>2021-11-21 16:07:48 +0100
commit1e3f7a1bac8f1a9f8b87e88509344db73b326975 (patch)
treeca4c1c057d3a239e4b4a1529bfef1349087a910c /config.h
parent9c1f2b1833ee5f6db98a152acfe05d8b00ac3346 (diff)
downloaddwm-1e3f7a1bac8f1a9f8b87e88509344db73b326975.tar.gz
config.h: Disable gaps around st, xterm, etc
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 83d3b04..0956537 100644
--- a/config.h
+++ b/config.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[] = {
remember that computers suck.