Added Xresource border to adjust the internal border.

This commit is contained in:
g-mips 2019-04-27 12:59:14 -06:00
parent 05cc5be681
commit 84480af682

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