From fb95bcb8a6f3751659c829504c58ac81d790971c Mon Sep 17 00:00:00 2001 From: rjl6789 Date: Sat, 11 May 2019 12:00:24 +0100 Subject: [PATCH] additional Xresources item compatible with font2 patch --- config.h | 1 + 1 file changed, 1 insertion(+) 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] },