Merge pull request #99 from rjl6789/stluke-pull
additional Xresources item compatible with font2 patch
This commit is contained in:
commit
5c49ff8012
1 changed files with 1 additions and 0 deletions
1
config.h
1
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] },
|
||||
|
|
Loading…
Reference in a new issue