diff options
| author | bakkeby <[email protected]> | 2020-06-21 15:36:22 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-06-21 15:36:22 +0200 |
| commit | 92a63debe5891f63f060b8632c07fab6484c5d2e (patch) | |
| tree | b7b706092c5608535cf8bd28d43f2aa62f3d22b9 /config.def.h | |
| parent | 6a683c729e1e0f9eb8901421ef596ef2423ae92b (diff) | |
| download | dwm-flexipatch-92a63debe5891f63f060b8632c07fab6484c5d2e.tar.gz dwm-flexipatch-92a63debe5891f63f060b8632c07fab6484c5d2e.zip | |
setborderpx correction
Diffstat (limited to 'config.def.h')
| -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 }, |
