commit 763de02725c21bab54f67f6ade3379e6f734afcb
parent 1320ba9a73ae853be0388f81e69738d98a6c77d6
Author: Tom Weber <tom.weber@uni-ulm.de>
Date: Sat, 9 Feb 2019 11:30:50 +0100
changed static const bool resizehints to static const int resizehints
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dwm.suckless.org/faq/index.md b/dwm.suckless.org/faq/index.md
@@ -8,7 +8,7 @@ FAQ
way. The terminal can't use the "wasted space" anyway, so this is purely
aesthetics.
- You can change `static const Bool resizehints = True;` to `False` in
+ You can change `static const int resizehints = 1;` to `0` in
config.h to turn resizehints off. This wastes the same amount of space
inside the terminal window that would otherwise be wasted outside.