diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-28 18:15:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-28 18:15:01 -0400 |
commit | e196d09b86326ffc2b8cb73e2747365504885e1a (patch) | |
tree | d49fefdb6318dd88a6d14e4ad41da261b630d29a | |
parent | 05cc5be681229da36c6a0bc45341d01b43b83664 (diff) | |
parent | 84480af682a0ae2ca084fd2f4923306d7c385d81 (diff) |
Merge pull request #65 from g-mips/master
Added Xresource border to adjust the internal border.
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -179,7 +179,8 @@ ResourcePref resources[] = { { "tabspaces", INTEGER, &tabspaces }, { "cwscale", FLOAT, &cwscale }, { "chscale", FLOAT, &chscale }, - { "alpha", INTEGER, &alpha }, + { "alpha", INTEGER, &alpha }, + { "border", INTEGER, &borderpx }, }; /* |