summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-06-18 09:01:24 -0400
committerGitHub <noreply@github.com>2019-06-18 09:01:24 -0400
commit5c49ff8012cc56d230eea121039a48b052c652d5 (patch)
tree5268c7c561448f6142f4c6fe79e7504e1d7d9392
parent261652b42f70646baa33a644f7edc7702bbcaa67 (diff)
parentfb95bcb8a6f3751659c829504c58ac81d790971c (diff)
Merge pull request #99 from rjl6789/stluke-pull
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] },