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
commit e196d09b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 },
};
/*