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.h | |
| parent | 5e0a9c49f8d4f70616282b50bead1efcbcc20e94 (diff) | |
| download | dwm-flexipatch-6aca08966183c9ec6bce8a6f346b48a79b30fc1e.tar.gz dwm-flexipatch-6aca08966183c9ec6bce8a6f346b48a79b30fc1e.zip | |
Adding tagothermonitor patch
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/patch/include.h b/patch/include.h index 93442f1..dca2120 100644 --- a/patch/include.h +++ b/patch/include.h @@ -164,6 +164,9 @@ #if TAGGRID_PATCH #include "taggrid.h" #endif +#if TAGOTHERMONITOR_PATCH +#include "tagothermonitor.h" +#endif #if TAGSWAPMON_PATCH #include "tagswapmon.h" #endif @@ -239,4 +242,4 @@ #endif #if TILE_LAYOUT #include "tile.h" -#endif
\ No newline at end of file +#endif |
