diff options
| author | bakkeby <[email protected]> | 2019-09-05 23:59:13 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-05 23:59:13 +0200 |
| commit | ab6eb606576a6fa966145b2066e7e59e6e7903a0 (patch) | |
| tree | 73691a350f339629c65d1d69bbe71ce353b90efa /patch/include.h | |
| parent | 1d7247ebb5ebb1aabd8a60f7c9eaf965641c4915 (diff) | |
| download | dwm-flexipatch-ab6eb606576a6fa966145b2066e7e59e6e7903a0.tar.gz dwm-flexipatch-ab6eb606576a6fa966145b2066e7e59e6e7903a0.zip | |
Adding tagallmon and tagswapmon patches
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h index 972bd4e..a0e7a4b 100644 --- a/patch/include.h +++ b/patch/include.h @@ -6,6 +6,14 @@ #include "systray.h" #endif +#if TAGALLMON_PATCH +#include "tagallmon.h" +#endif + +#if TAGSWAPMON_PATCH +#include "tagswapmon.h" +#endif + #if TOGGLEFULLSCREEN_PATCH #include "togglefullscreen.h" #endif |
