From 92a63debe5891f63f060b8632c07fab6484c5d2e Mon Sep 17 00:00:00 2001 From: bakkeby Date: Sun, 21 Jun 2020 15:36:22 +0200 Subject: [PATCH] setborderpx correction --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 34850a3..64ea4f5 100644 --- a/config.def.h +++ b/config.def.h @@ -463,8 +463,8 @@ static Signal signals[] = { #if STICKY_PATCH { "togglesticky", togglesticky }, #endif // STICKY_PATCH - { "setborderpx", setborderpx }, #if SETBORDERPX_PATCH + { "setborderpx", setborderpx }, #endif // SETBORDERPX_PATCH #if CYCLELAYOUTS_PATCH { "cyclelayout", cyclelayout },