[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Sat, 26 Mar 2011 09:58:54 +0000 (UTC)

changeset: 711:dab125af5104
tag: tip
user: Moritz Wilhelmy <moritz+hg_AT_wzff.de>
date: Sat Mar 26 10:59:49 2011 +0100
files: dwm.suckless.org/faq.md
description:
added faq.md (this comes up on the channel about once a month, maybe people stop asking if we put it here)


diff -r 07c95b8440fa -r dab125af5104 dwm.suckless.org/faq.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dwm.suckless.org/faq.md Sat Mar 26 10:59:49 2011 +0100
_AT_@ -0,0 +1,12 @@
+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.
Received on Sat Mar 26 2011 - 10:58:54 CET

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:31:41 CEST