diff options
author | rjl6789 <rob.livesey@gmail.com> | 2019-05-11 12:00:24 +0100 |
---|---|---|
committer | Rob <rjl6789@hotmail.co.uk> | 2019-06-18 09:08:41 +0100 |
commit | fb95bcb8a6f3751659c829504c58ac81d790971c (patch) | |
tree | 5268c7c561448f6142f4c6fe79e7504e1d7d9392 /config.h | |
parent | 261652b42f70646baa33a644f7edc7702bbcaa67 (diff) |
additional Xresources item compatible with font2 patch
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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] }, |