summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
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.c
parent5e0a9c49f8d4f70616282b50bead1efcbcc20e94 (diff)
downloaddwm-flexipatch-6aca08966183c9ec6bce8a6f346b48a79b30fc1e.tar.gz
dwm-flexipatch-6aca08966183c9ec6bce8a6f346b48a79b30fc1e.zip
Adding tagothermonitor patch
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c5
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