summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2016-08-06 15:27:58 +0200
committerBert Münnich <ber.t@posteo.de>2016-08-06 15:27:58 +0200
commitc280129cef4ff2e8667b8700c9bdf671fdd7c8ef (patch)
treef440d93fe935f2e68bb0460927097130160f97f0 /config.def.h
parentaabc2bddbdeecdb2651394d90b10a9290a69b527 (diff)
downloadnsxiv-c280129cef4ff2e8667b8700c9bdf671fdd7c8ef.tar.zst
Use Xft for font loading and text drawing
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index f3cc71e..bfa1338 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,9 +7,9 @@ enum {
};
/* bar font:
- * (see X(7) section "FONT NAMES" for valid values)
+ * (see fonts-conf(5) subsection "FONT NAMES" for valid values)
*/
-static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*";
+static const char * const BAR_FONT = "monospace:size=8";
/* colors:
* (see X(7) section "COLOR NAMES" for valid values)