summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-07 22:27:06 +0200
committerbakkeby <[email protected]>2019-09-07 22:27:06 +0200
commit9ccc131284787b1419389e26d115fecde7266863 (patch)
treebff6863e1046907f441085b7bfa8ba7b1b5b9f4a /patch/include.c
parent27b6b4b024948b79950767e38698d45babdca49c (diff)
downloaddwm-flexipatch-9ccc131284787b1419389e26d115fecde7266863.tar.gz
dwm-flexipatch-9ccc131284787b1419389e26d115fecde7266863.zip
Adding cyclelayouts patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index fa6c20b..0c59c0f 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -10,6 +10,10 @@
#include "autostart.c"
#endif
+#if CYCLELAYOUTS_PATCH
+#include "cyclelayouts.c"
+#endif // CYCLELAYOUTS_PATCH
+
#if PERTAG_PATCH
#include "pertag.c"
#endif