summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-02-11 12:29:48 +0100
committerbakkeby <[email protected]>2021-02-11 12:29:48 +0100
commit9fcfa8d6ce45d7c7530f447c200ab8977c997e78 (patch)
treec0d004e877d093cbb8988b5403f99f10b2dc2615 /patch/include.c
parent1d092253e3b9ee5e310957d83edb2effad10cdb8 (diff)
downloaddwm-flexipatch-9fcfa8d6ce45d7c7530f447c200ab8977c997e78.tar.gz
dwm-flexipatch-9fcfa8d6ce45d7c7530f447c200ab8977c997e78.zip
Adding focusdir patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 6ddb2f9..7f79624 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -132,6 +132,9 @@
#if FOCUSADJACENTTAG_PATCH
#include "focusadjacenttag.c"
#endif
+#if FOCUSDIR_PATCH
+#include "focusdir.c"
+#endif
#if FOCUSMASTER_PATCH
#include "focusmaster.c"
#endif