summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authormatt <[email protected]>2020-06-19 23:18:50 +0200
committermatt <[email protected]>2020-06-19 23:18:50 +0200
commit6aca08966183c9ec6bce8a6f346b48a79b30fc1e (patch)
tree8ebcc31c606fbb6ec54ba8f164a5118ee6c56573 /patch/include.h
parent5e0a9c49f8d4f70616282b50bead1efcbcc20e94 (diff)
downloaddwm-flexipatch-6aca08966183c9ec6bce8a6f346b48a79b30fc1e.tar.gz
dwm-flexipatch-6aca08966183c9ec6bce8a6f346b48a79b30fc1e.zip
Adding tagothermonitor patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h5
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