summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-02 23:57:25 +0200
committerbakkeby <[email protected]>2019-10-02 23:57:25 +0200
commit1f21ed72d14af33fb490c14fcf809fe0606fadb0 (patch)
tree65c31f1354fe4607699c32f1bd25abfce6a8f8f8 /patch/include.c
parent0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7 (diff)
downloaddwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.tar.gz
dwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.zip
Adding focusadjacenttag 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 920f7ff..82b151b 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -36,6 +36,10 @@
#include "ewmhtags.c"
#endif
+#if FOCUSADJACENTTAG_PATCH
+#include "focusadjacenttag.c"
+#endif
+
#if FULLSCREEN_PATCH
#include "fullscreen.c"
#endif