summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-03-23 12:15:50 +0100
committerbakkeby <[email protected]>2020-03-23 12:15:50 +0100
commit7bc3cf765e4108f2020b68ecbe212d077156bc88 (patch)
treea51bcf5a912ae31a8b0732f3da6bfff85c8352f6 /patch/include.h
parentcd818c14bbee1e6f560414cb8eac70c8f24e8be5 (diff)
downloaddwm-flexipatch-7bc3cf765e4108f2020b68ecbe212d077156bc88.tar.gz
dwm-flexipatch-7bc3cf765e4108f2020b68ecbe212d077156bc88.zip
Adding stacker patch as requested ref. #17
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 aa77397..d97b503 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -101,6 +101,9 @@
#include "sortscreens.h"
#endif // XINERAMA
#endif
+#if STACKER_PATCH
+#include "stacker.h"
+#endif
#if STICKY_PATCH
#include "sticky.h"
#endif