[wiki] [sites] changed static const bool resizehints to static const int resizehints || Tom Weber
commit 763de02725c21bab54f67f6ade3379e6f734afcb
Author: Tom Weber <tom.weber_AT_uni-ulm.de>
Date: Sat Feb 9 11:30:50 2019 +0100
changed static const bool resizehints to static const int resizehints
diff --git a/dwm.suckless.org/faq/index.md b/dwm.suckless.org/faq/index.md
index c4928b43..0ddaf12a 100644
--- a/dwm.suckless.org/faq/index.md
+++ b/dwm.suckless.org/faq/index.md
_AT_@ -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.
Received on Sat Feb 09 2019 - 11:30:54 CET
This archive was generated by hypermail 2.3.0
: Sat Feb 09 2019 - 11:36:24 CET