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.h | |
| parent | 21ba1d7bb3a15fdef1f8425f09e400f718e73b8e (diff) | |
| download | dwm-flexipatch-5e75da8dd1be76942873d6b77f6146d415c6d64c.tar.gz dwm-flexipatch-5e75da8dd1be76942873d6b77f6146d415c6d64c.zip | |
Adding swapfocus patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/patch/include.h b/patch/include.h index efe0917..5ef2291 100644 --- a/patch/include.h +++ b/patch/include.h @@ -101,7 +101,10 @@ #endif #if SWALLOW_PATCH #include "swallow.h" -#endif // SWALLOW_PATCH +#endif +#if SWAPFOCUS_PATCH && PERTAG_PATCH +#include "swapfocus.h" +#endif #if SWITCHCOL_PATCH #include "switchcol.h" #endif @@ -183,4 +186,4 @@ #endif #if TILE_LAYOUT #include "tile.h" -#endif +#endif
\ No newline at end of file |
