about summary refs log tree commit diff stats
path: root/config.def.h
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-02-21 10:14:42 +0000
committerAnselm R Garbe <garbeam@gmail.com>2008-02-21 10:14:42 +0000
commit2e8e5509d9cad9229d2d79a1de75038d94032cfb (patch)
treecbb421a3b5d5d296fcdde5eb8235c96d5805b693 /config.def.h
parent4426032450777e63ac9a8967cd67382497954c51 (diff)
downloaddwm-2e8e5509d9cad9229d2d79a1de75038d94032cfb.tar.gz
changed arrange functions to contain the Monitor as first argument
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 3d8e6cb..7866968 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-medium-*-*-*-*-*-*-*-*-*-*-*"
+#define FONT			"-*-terminus-medium-r-normal-*-14-*-*-*-*-*-*-*"
 #define NORMBORDERCOLOR		"#cccccc"
 #define NORMBGCOLOR		"#cccccc"
 #define NORMFGCOLOR		"#000000"