summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-08-10 10:22:21 +0200
committerbakkeby <[email protected]>2020-08-10 10:24:16 +0200
commitdfe1c405630ab912501d5bb841a3fc34738a515c (patch)
tree90e2a04b6ed3d8f414f3e11ab5ae2a6bc5f4d1bb /patch/include.h
parent85dd49a6a4fd5dfdbb9055ae27b996777cbe1f1f (diff)
downloaddwm-flexipatch-dfe1c405630ab912501d5bb841a3fc34738a515c.tar.gz
dwm-flexipatch-dfe1c405630ab912501d5bb841a3fc34738a515c.zip
Adding cool autostart patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 245933e..e879d80 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -73,6 +73,9 @@
#if CMDCUSTOMIZE_PATCH
#include "cmdcustomize.h"
#endif
+#if COOL_AUTOSTART_PATCH
+#include "cool_autostart.h"
+#endif
#if CYCLELAYOUTS_PATCH
#include "cyclelayouts.h"
#endif