summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-01-29 08:31:00 +0100
committerbakkeby <[email protected]>2020-01-29 11:31:52 +0100
commit5e75da8dd1be76942873d6b77f6146d415c6d64c (patch)
treedf33c2415dc0ef1e9ee136954ffac145ec66e6cc /patch/include.c
parent21ba1d7bb3a15fdef1f8425f09e400f718e73b8e (diff)
downloaddwm-flexipatch-5e75da8dd1be76942873d6b77f6146d415c6d64c.tar.gz
dwm-flexipatch-5e75da8dd1be76942873d6b77f6146d415c6d64c.zip
Adding swapfocus patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/patch/include.c b/patch/include.c
index 1fbc504..8a404e1 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -101,7 +101,10 @@
#endif
#if SWALLOW_PATCH
#include "swallow.c"
-#endif // SWALLOW_PATCH
+#endif
+#if SWAPFOCUS_PATCH && PERTAG_PATCH
+#include "swapfocus.c"
+#endif
#if SWITCHCOL_PATCH
#include "switchcol.c"
#endif