diff options
| author | gonzo <gonzo@toniatuh.com> | 2023-05-16 23:05:45 +0200 |
|---|---|---|
| committer | gonzo <gonzo@toniatuh.com> | 2023-05-16 23:05:45 +0200 |
| commit | 447c0a423e378f8e82537aa751178ab8291da262 (patch) | |
| tree | ba9de6ec4bb181d543a28ed142f5d07c6a5c9227 | |
| parent | 0ee091705fcefe048d7d6714b89d514c3b1ac328 (diff) | |
| download | dwm-447c0a423e378f8e82537aa751178ab8291da262.tar.gz | |
no more resize hints for cleaner windows
| -rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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[] = { |
