From 84480af682a0ae2ca084fd2f4923306d7c385d81 Mon Sep 17 00:00:00 2001 From: g-mips Date: Sat, 27 Apr 2019 12:59:14 -0600 Subject: [PATCH] Added Xresource border to adjust the internal border. --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }, }; /*