summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrjl6789 <rob.livesey@gmail.com>2019-05-11 12:00:24 +0100
committerRob <rjl6789@hotmail.co.uk>2019-06-18 09:08:41 +0100
commitfb95bcb8a6f3751659c829504c58ac81d790971c (patch)
tree5268c7c561448f6142f4c6fe79e7504e1d7d9392
parent261652b42f70646baa33a644f7edc7702bbcaa67 (diff)
additional Xresources item compatible with font2 patch
-rw-r--r--config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 8cc0b8e..3b89cfd 100644
--- a/config.h
+++ b/config.h
@@ -155,6 +155,7 @@ static unsigned int defaultattr = 11;
*/
ResourcePref resources[] = {
{ "font", STRING, &font },
+ { "fontalt0", STRING, &font2[0] },
{ "color0", STRING, &colorname[0] },
{ "color1", STRING, &colorname[1] },
{ "color2", STRING, &colorname[2] },