aboutsummarylogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-10-01 11:43:53 +0200
committerAnselm R. Garbe2007-10-01 11:43:53 +0200
commit1c53cdf9490e8fc30b041d681826ce9c8fbb722f (patch)
treee44e4c1a11c651819e4c04004a8c493e843e5690 /config.def.h
parentc2ae4101ded660bd70dd6fc726a77c715dca9751 (diff)
downloadaur-1c53cdf9490e8fc30b041d681826ce9c8fbb722f.tar.gz
fixed font definition
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index e76e18d475e8..b2f75dc4691f 100644
--- a/config.def.h
+++ b/config.def.h
@@ -3,7 +3,7 @@
/* appearance */
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
-#define FONT "-*-terminus-*-*-*-*-*-*-*-*-*-*-*-*"
+#define FONT "-*-terminus-medium-*-*-*-*-*-*-*-*-*-*-*"
#define NORMBORDERCOLOR "#cccccc"
#define NORMBGCOLOR "#cccccc"
#define NORMFGCOLOR "#000000"