summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-04-28 18:15:01 -0400
committerGitHub <noreply@github.com>2019-04-28 18:15:01 -0400
commite196d09b86326ffc2b8cb73e2747365504885e1a (patch)
treed49fefdb6318dd88a6d14e4ad41da261b630d29a
parent05cc5be681229da36c6a0bc45341d01b43b83664 (diff)
parent84480af682a0ae2ca084fd2f4923306d7c385d81 (diff)
Merge pull request #65 from g-mips/master
Added Xresource border to adjust the internal border.
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index c767671..b6c405f 100644
--- a/config.h
+++ b/config.h
@@ -179,7 +179,8 @@ ResourcePref resources[] = {
{ "tabspaces", INTEGER, &tabspaces },
{ "cwscale", FLOAT, &cwscale },
{ "chscale", FLOAT, &chscale },
- { "alpha", INTEGER, &alpha },
+ { "alpha", INTEGER, &alpha },
+ { "border", INTEGER, &borderpx },
};
/*