dwm

personal fork of dwm (rnpnr branch)
git clone anongit@rnpnr.xyz:dwm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 169d96ae8fdf430fd028de74a97c8901759174be
Parent: f6514350613b8e581d744ec3922a5ffb2c28791f
Author: Anselm R. Garbe
Date:   Fri,  7 Sep 2007 21:22:49 +0200

14px fonts drives me nuts
Diffstat:
Mconfig.arg.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.arg.h b/config.arg.h @@ -3,7 +3,7 @@ /* appearance */ #define BARPOS BarTop /* BarBot, BarOff */ #define BORDERPX 1 -#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-iso10646-*" +#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*" #define NORMBORDERCOLOR "#333" #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc"