diff options
| author | bakkeby <[email protected]> | 2019-10-02 23:57:25 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-10-02 23:57:25 +0200 |
| commit | 1f21ed72d14af33fb490c14fcf809fe0606fadb0 (patch) | |
| tree | 65c31f1354fe4607699c32f1bd25abfce6a8f8f8 /patch/include.c | |
| parent | 0a23ed6efdee28bcdd3c9f69381cdf499f7c86e7 (diff) | |
| download | dwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.tar.gz dwm-flexipatch-1f21ed72d14af33fb490c14fcf809fe0606fadb0.zip | |
Adding focusadjacenttag patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
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 |
