diff options
author | Romain Gonçalves <commit@rgoncalves.se> | 2021-11-21 16:07:06 +0100 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2023-06-05 18:16:06 +0200 |
commit | b3dac019a8be4c6f17e01c449cb5c6c56bca26c5 (patch) | |
tree | 8ec6f7868a28fec1ec3681821fd3d6c030115a58 | |
parent | f480226b7b16944ebb0e9c036a64427835f8a659 (diff) | |
download | dwm-b3dac019a8be4c6f17e01c449cb5c6c56bca26c5.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[] = { |