diff options
author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-21 16:07:06 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2025-02-28 13:18:48 +0100 |
commit | 05cd1ae54eb6070b3b7cb4921a1c48ff1ad2080d (patch) | |
tree | 4c2b97ad6f35f9eb52845c6caf2c51e5d8a4a54b | |
parent | 523032fd5d5cbe8cc8b3db532cbb5cec3fd42162 (diff) | |
download | dwm-05cd1ae54eb6070b3b7cb4921a1c48ff1ad2080d.tar.gz |
config.h: Disable gaps around st, xterm, etc
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |