[wiki] [official] Changed font from being a subdir to a simple file. || f

From: <hg_AT_suckless.org>
Date: Tue, 29 Jul 2008 09:33:12 +0100 (BST)

changeset: 72:7561298a9d35
user: f.e.negroni_AT_gmail.com
date: Tue Jul 29 00:06:50 2008 +0100
files: dwm/customisation/font.md dwm/customisation/font/index.md
description:
Changed font from being a subdir to a simple file.
Edited content to appear correctly formatted with fixed font


diff -r cb68e00bd74b -r 7561298a9d35 dwm/customisation/font.md
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dwm/customisation/font.md Tue Jul 29 00:06:50 2008 +0100
_AT_@ -0,0 +1,26 @@
+Change font in config.h
+=======================
+
+Towards the beginning of **config.h**, you will find a line defining the variable
+
+ static const char font[] = "..."
+
+Using **xfontsel** (a program distributed with X), you can produce a font line for the font you like to be used by **dwm** when displaying text in the menubar.
+
+For example, to change the font to 'fixed', you can change the value of font to:
+
+ static const char font[] = "-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1";
+
+The follwing patch also produces the same result:
+
+ --- a/config.def.h Mon Jul 28 20:23:16 2008 +0100
+ +++ b/config.def.h Mon Jul 28 20:45:27 2008 +0100
+ _AT_@ -1,7 +1,7 @@
+ /* See LICENSE file for copyright and license details. */
+
+ /* appearance */
+ -static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
+ +static const char font[] = "-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1";
+ static const char normbordercolor[] = "#cccccc";
+ static const char normbgcolor[] = "#cccccc";
+ static const char normfgcolor[] = "#000000";
diff -r cb68e00bd74b -r 7561298a9d35 dwm/customisation/font/index.md
--- a/dwm/customisation/font/index.md Mon Jul 28 23:54:50 2008 +0100
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
_AT_@ -1,25 +0,0 @@
-Change font in config.h
-=======================
-
-Towards the beginning of **config.h**, you will find a line defining the variable
- static const char font[] = "..."
-
-Using **xfontsel** (a program distributed with X), you can produce a font line for the font you like to be used by **dwm** when displaying text in the menubar.
-
-For example, to change the font to 'fixed', you can change the value of font to:
-
- static const char font[] = "-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1";
-
-The follwing patch also produces the same result:
-
- --- a/config.def.h Mon Jul 28 20:23:16 2008 +0100
- +++ b/config.def.h Mon Jul 28 20:45:27 2008 +0100
- _AT_@ -1,7 +1,7 @@
- /* See LICENSE file for copyright and license details. */
-
- /* appearance */
- -static const char font[] = "-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*";
- +static const char font[] = "-misc-fixed-medium-r-semicondensed--13-100-100-100-c-60-iso8859-1";
- static const char normbordercolor[] = "#cccccc";
- static const char normbgcolor[] = "#cccccc";
- static const char normfgcolor[] = "#000000";
Received on Tue Jul 29 2008 - 10:33:12 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:22 CEST