commit 7a7c8b8727a7b022515748ec8d7e2c43322f30e0
parent d14018028ec1ebe298645175efd4f47cd14165c8
Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 17 Apr 2011 10:45:57 +0200
Changing the indentation of the FAQ.
Diffstat:
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/dwm.suckless.org/faq.md b/dwm.suckless.org/faq.md
@@ -1,12 +1,15 @@
dwm - Frequently asked questions
================================
-* Q: I've got a 1 or 2 pixel gap between the right side of my terminal and the
- right side of the screen, and I want to turn it off.
- A: This is due to the column-based nature of terminals. Terminals don't just
- insert space somewhere, but tell the WM they can't be resized in a certain
- 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
- config.h to turn resizehints off. This wastes the same amount of space
- inside the terminal window that would otherwise be wasted outside.
+ Q: I've got a 1 or 2 pixel gap between the right side of my terminal and the
+ right side of the screen, and I want to turn it off.
+
+ A: This is due to the column-based nature of terminals. Terminals don't just
+ insert space somewhere, but tell the WM they can't be resized in a certain
+ 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
+ config.h to turn resizehints off. This wastes the same amount of space
+ inside the terminal window that would otherwise be wasted outside.
+