dwm-meillo
changeset 623:5308dd22b6ee 2.6
found compromise for fonts
author | arg@mig29 |
---|---|
date | Thu, 07 Dec 2006 14:39:31 +0100 |
parents | aa2fa6ddd40f |
children | a3fe97f208ac |
files | config.arg.h config.default.h |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/config.arg.h Thu Dec 07 12:03:15 2006 +0100 1.2 +++ b/config.arg.h Thu Dec 07 14:39:31 2006 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 #define FLOATSYMBOL "><>" 1.5 #define TILESYMBOL "[]=" 1.6 1.7 -#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*" 1.8 +#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" 1.9 #define NORMBGCOLOR "#333333" 1.10 #define NORMFGCOLOR "#cccccc" 1.11 #define SELBGCOLOR "#336699"
2.1 --- a/config.default.h Thu Dec 07 12:03:15 2006 +0100 2.2 +++ b/config.default.h Thu Dec 07 14:39:31 2006 +0100 2.3 @@ -9,7 +9,7 @@ 2.4 #define FLOATSYMBOL "><>" 2.5 #define TILESYMBOL "[]=" 2.6 2.7 -#define FONT "fixed" 2.8 +#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" 2.9 #define NORMBGCOLOR "#333366" 2.10 #define NORMFGCOLOR "#cccccc" 2.11 #define SELBGCOLOR "#666699"