diff options
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, |
