summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-02-02 11:40:24 +0100
committerbakkeby <[email protected]>2020-02-02 11:41:34 +0100
commit4ddfdab30ef77637b1a112dc181606c1260f84af (patch)
treec99c33a0db63ab5fb894cd53db288bf8a873e4f3 /patch/include.c
parent839232393851d437c56248b5a138eb67ab04f129 (diff)
downloaddwm-flexipatch-4ddfdab30ef77637b1a112dc181606c1260f84af.tar.gz
dwm-flexipatch-4ddfdab30ef77637b1a112dc181606c1260f84af.zip
Adding fsignal patch and moved dwmc signal settings to config.def.h
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 737bdc1..0b3c0d5 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -28,6 +28,8 @@
#endif
#if DWMC_PATCH
#include "dwmc.c"
+#elif FSIGNAL_PATCH
+#include "fsignal.c"
#endif
#if EWMHTAGS_PATCH
#include "ewmhtags.c"