diff options
| author | bakkeby <[email protected]> | 2020-01-29 08:31:00 +0100 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-01-29 11:31:52 +0100 |
| commit | 5e75da8dd1be76942873d6b77f6146d415c6d64c (patch) | |
| tree | df33c2415dc0ef1e9ee136954ffac145ec66e6cc /patch/include.c | |
| parent | 21ba1d7bb3a15fdef1f8425f09e400f718e73b8e (diff) | |
| download | dwm-flexipatch-5e75da8dd1be76942873d6b77f6146d415c6d64c.tar.gz dwm-flexipatch-5e75da8dd1be76942873d6b77f6146d415c6d64c.zip | |
Adding swapfocus patch
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 5 |
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 |
