summaryrefslogtreecommitdiff
path: root/src/conf.h
diff options
context:
space:
mode:
authorsabetts <sabetts>2004-10-05 17:46:14 +0000
committersabetts <sabetts>2004-10-05 17:46:14 +0000
commit8bf304d2da9810e57986749ccd55fe8a734dd18f (patch)
tree3acf6d57475dfadac0bd3cfd5244e40c046174bb /src/conf.h
parente5373028a3f726cafc4de8f644d2cba3ac04db19 (diff)
downloadratpoison-8bf304d2da9810e57986749ccd55fe8a734dd18f.zip
* src/conf.h (DEFAULT_FONT): new define
* src/main.c (init_defaults): use the DEFAULT_FONT define
Diffstat (limited to 'src/conf.h')
-rw-r--r--src/conf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h
index a6128f0..c47cc8b 100644
--- a/src/conf.h
+++ b/src/conf.h
@@ -115,4 +115,7 @@
/* The name of the top level keymap */
#define TOP_KEYMAP "top"
+/* The default font */
+#define DEFAULT_FONT "9x15bold"
+
#endif /* !_ _RATPOISON_CONF_H */