From: Anselm R. Garbe Date: Wed, 21 Feb 2007 15:47:53 +0000 (+0100) Subject: using smaller font X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=f1009285d8312a36ca0b1ef2dbdbdb0738f47140 using smaller font --- diff --git a/config.arg.h b/config.arg.h index 0b4b9d8..095af0b 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,7 +4,7 @@ /* appearance */ #define BORDERPX 1 -#define FONT "-*-terminus-medium-r-*-*-14-*-*-*-*-*-*-*" +#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*" #define NORMBORDERCOLOR "#333" #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc"