wmii

git clone git://oldgit.suckless.org/wmii/
Log | Files | Refs | README | LICENSE

commit 2abeb7b97b3d39bca2caf7a63cec4e00bf082500
parent e574dfff180e79c9ca538e5610336f8a127227ea
Author: arg <arg@mig29>
Date:   Wed, 13 Dec 2006 11:26:38 +0100

fixed default fonst

Diffstat:
rc/wmiirc | 2+-
wmii.h | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rc/wmiirc b/rc/wmiirc @@ -22,7 +22,7 @@ LEFT=h RIGHT=l DMENU='dmenu -font fixed -normbg #eeeeee -normfg #222222 -selbg #335577 -selfg #ffffff' -WMII_FONT='fixed' +WMII_FONT='-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*' WMII_NORMCOLORS='#222222 #eeeeee #666666' WMII_SELCOLORS='#ffffff #335577 #447799' # dark background diff --git a/wmii.h b/wmii.h @@ -10,7 +10,7 @@ #include <ixp.h> -#define BLITZ_FONT "fixed" +#define BLITZ_FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*" #define BLITZ_SELCOLORS "#ffffff #335577 #447799" #define BLITZ_NORMCOLORS "#222222 #eeeeee #666666" #define BLITZ_B1COLORS "#000000 #00ffff #000000"