Merge pull request #65 from g-mips/master

Added Xresource border to adjust the internal border.
jaspers-st
Luke Smith 6 years ago committed by GitHub
commit e196d09b86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save