diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 16:53:25 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 16:53:25 +0100 |
commit | 0bdcf75e25c9886e44c72f59809bf526e6156b18 (patch) | |
tree | e4b120c0b223cd48ec8db82de4a938928ffb9d1f /config.arg.h | |
parent | f1009285d8312a36ca0b1ef2dbdbdb0738f47140 (diff) | |
download | dwm-0bdcf75e25c9886e44c72f59809bf526e6156b18.tar.gz |
switching to 13pt proggyclean (this fits better my 1920x1200 resolution than 12pt terminus which is too small or 14pt terminus which is too fat)
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 095af0b..84695e5 100644 --- a/config.arg.h +++ b/config.arg.h @@ -4,7 +4,7 @@ /* appearance */ #define BORDERPX 1 -#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-*-*" +#define FONT "-*-proggyclean-medium-r-*-*-13-*-*-*-*-*-*-*" #define NORMBORDERCOLOR "#333" #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc" |