commit 763de02725c21bab54f67f6ade3379e6f734afcb
Author: Tom Weber <[email protected]>
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
@@ -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.
 


Reply via email to