summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorg-mips <g-mips@users.noreply.github.com>2019-04-27 12:59:14 -0600
committerg-mips <g-mips@users.noreply.github.com>2019-04-27 12:59:14 -0600
commit84480af682a0ae2ca084fd2f4923306d7c385d81 (patch)
treed49fefdb6318dd88a6d14e4ad41da261b630d29a /config.h
parent05cc5be681229da36c6a0bc45341d01b43b83664 (diff)
Added Xresource border to adjust the internal border.
Diffstat (limited to 'config.h')
-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 },
};
/*