diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 16:47:53 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 16:47:53 +0100 |
commit | f1009285d8312a36ca0b1ef2dbdbdb0738f47140 (patch) | |
tree | 8c23c1f37fb4b016294b26903eac216439f4afc0 /config.arg.h | |
parent | f76b3a46851069860707f70ebc17ba4115219547 (diff) | |
download | dwm-f1009285d8312a36ca0b1ef2dbdbdb0738f47140.tar.gz |
using smaller font
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 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" |