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.c | |
| parent | 1d7247ebb5ebb1aabd8a60f7c9eaf965641c4915 (diff) | |
| download | dwm-flexipatch-ab6eb606576a6fa966145b2066e7e59e6e7903a0.tar.gz dwm-flexipatch-ab6eb606576a6fa966145b2066e7e59e6e7903a0.zip | |
Adding tagallmon and tagswapmon patches
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c index aa64108..6308352 100644 --- a/patch/include.c +++ b/patch/include.c @@ -10,6 +10,14 @@ #include "systray.c" #endif +#if TAGALLMON_PATCH +#include "tagallmon.c" +#endif + +#if TAGSWAPMON_PATCH +#include "tagswapmon.c" +#endif + #if TOGGLEFULLSCREEN_PATCH #include "togglefullscreen.c" #endif |
