diff options
| author | matt <[email protected]> | 2020-06-19 23:18:50 +0200 |
|---|---|---|
| committer | matt <[email protected]> | 2020-06-19 23:18:50 +0200 |
| commit | 6aca08966183c9ec6bce8a6f346b48a79b30fc1e (patch) | |
| tree | 8ebcc31c606fbb6ec54ba8f164a5118ee6c56573 /patch/include.c | |
| parent | 5e0a9c49f8d4f70616282b50bead1efcbcc20e94 (diff) | |
| download | dwm-flexipatch-6aca08966183c9ec6bce8a6f346b48a79b30fc1e.tar.gz dwm-flexipatch-6aca08966183c9ec6bce8a6f346b48a79b30fc1e.zip | |
Adding tagothermonitor 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 77abf89..47136f2 100644 --- a/patch/include.c +++ b/patch/include.c @@ -164,6 +164,9 @@ #if TAGGRID_PATCH #include "taggrid.c" #endif +#if TAGOTHERMONITOR_PATCH +#include "tagothermonitor.c" +#endif #if TAGSWAPMON_PATCH #include "tagswapmon.c" #endif @@ -245,4 +248,4 @@ #endif #if TILE_LAYOUT #include "tile.c" -#endif
\ No newline at end of file +#endif |
