aboutsummaryrefslogtreecommitdiff
path: root/vanitygaps.c
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-05-23 17:01:10 -0700
committerFuwn <[email protected]>2024-05-23 17:01:10 -0700
commit7122b817bdc4f56adb8d77b548477a6dc1089987 (patch)
treed69b4739acdf617b0bed96e98953df19352f403b /vanitygaps.c
parentfeat(config.h): replace default programs (diff)
downloadseiwm-7122b817bdc4f56adb8d77b548477a6dc1089987.tar.xz
seiwm-7122b817bdc4f56adb8d77b548477a6dc1089987.zip
feat(config.h): reactive togglebar
Diffstat (limited to 'vanitygaps.c')
-rw-r--r--vanitygaps.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vanitygaps.c b/vanitygaps.c
index 4c98e69..0877d33 100644
--- a/vanitygaps.c
+++ b/vanitygaps.c
@@ -26,6 +26,8 @@ static void setgaps(int oh, int ov, int ih, int iv);
/* Settings */
static int enablegaps = 1;
+static const int vertpad_original = vertpad;
+static const int sidepad_original = sidepad;
static void
setgaps(int oh, int ov, int ih, int iv)