[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Sun, 17 Apr 2011 10:46:34 +0200 (CEST)

changeset: 721:5994a669073b
user: Christoph Lohmann <20h_AT_r-36.net>
date: Sun Apr 17 10:37:04 2011 +0200
files: dwm.suckless.org/index.md
description:
A typo in the the link.


diff -r 0a1679291147 -r 5994a669073b dwm.suckless.org/index.md
--- a/dwm.suckless.org/index.md Sun Apr 17 10:31:54 2011 +0200
+++ b/dwm.suckless.org/index.md Sun Apr 17 10:37:04 2011 +0200
_AT_@ -55,7 +55,7 @@
 
 Support
 -------
-See the [faq](http://dwm.suckless.org/faq] for the frequent problems that
+See the [faq](http://dwm.suckless.org/faq) for the frequent problems that
 arise. The next step is to look at the sourcecode and the config.h for obvious
 names, which could be related to the problem that arose. If that does not help
 to fix the problem, then there is the #suckless IRC channel and the

changeset: 722:8dde6102b396
tag: tip
user: Christoph Lohmann <20h_AT_r-36.net>
date: Sun Apr 17 10:45:57 2011 +0200
files: dwm.suckless.org/faq.md
description:
Changing the indentation of the FAQ.


diff -r 5994a669073b -r 8dde6102b396 dwm.suckless.org/faq.md
--- a/dwm.suckless.org/faq.md Sun Apr 17 10:37:04 2011 +0200
+++ b/dwm.suckless.org/faq.md Sun Apr 17 10:45:57 2011 +0200
_AT_@ -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.
+
Received on Sun Apr 17 2011 - 10:46:34 CEST

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