summaryrefslogtreecommitdiffstats
path: root/config.def.h
diff options
context:
space:
mode:
authorvxid <maxime.treca@gmail.com>2019-04-09 11:27:32 +0200
committerBert Münnich <ber.t@posteo.de>2019-04-19 15:03:03 +0200
commit4407a3de54e0239ab1354d63cc6408051474fce2 (patch)
treed48192b29cb938b571803e05dfdfe1e608a1f5c4 /config.def.h
parenta75411567e6670a1ce37f0db5d7d79bd19a21d3b (diff)
downloadnsxiv-4407a3de54e0239ab1354d63cc6408051474fce2.tar.zst
Add Xresources font support
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 1e9beb0..a1c123a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -7,6 +7,7 @@ enum {
};
/* bar font:
+ * overwritten by the 'font' X resource property.
* (see fonts-conf(5) subsection "FONT NAMES" for valid values)
*/
static const char * const BAR_FONT = "monospace:size=8";