Merge pull request #65 from g-mips/master

Added Xresource border to adjust the internal border.
This commit is contained in:
Luke Smith
2019-04-28 18:15:01 -04:00
committed by GitHub

View File

@ -179,7 +179,8 @@ ResourcePref resources[] = {
{ "tabspaces", INTEGER, &tabspaces },
{ "cwscale", FLOAT, &cwscale },
{ "chscale", FLOAT, &chscale },
{ "alpha", INTEGER, &alpha },
{ "alpha", INTEGER, &alpha },
{ "border", INTEGER, &borderpx },
};
/*