diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-07 21:22:49 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-07 21:22:49 +0200 |
commit | 169d96ae8fdf430fd028de74a97c8901759174be (patch) | |
tree | ef01839c72088c60d1e6d5b583e217fda4d286f2 /config.arg.h | |
parent | f6514350613b8e581d744ec3922a5ffb2c28791f (diff) | |
download | dwm-169d96ae8fdf430fd028de74a97c8901759174be.tar.gz |
14px fonts drives me nuts
Diffstat (limited to 'config.arg.h')
-rw-r--r-- | config.arg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.arg.h b/config.arg.h index 5cac5b5..a427096 100644 --- 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" |