summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-02-11 18:31:11 +0100
committerbakkeby <[email protected]>2020-02-11 18:31:11 +0100
commit4b45c6071f8e960d85dfa83e610b47e1971cfb87 (patch)
treeb9dfb1eb4996ff608e788bf37e008d309c4ad5d9 /patch/include.c
parent9ef44a0bc1462bca87226f31d6d0c999465a86c2 (diff)
downloaddwm-flexipatch-4b45c6071f8e960d85dfa83e610b47e1971cfb87.tar.gz
dwm-flexipatch-4b45c6071f8e960d85dfa83e610b47e1971cfb87.zip
Adding vtcolors 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 4ed46cd..80be7d0 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -146,6 +146,9 @@
#if VANITYGAPS_PATCH
#include "vanitygaps.c"
#endif
+#if VTCOLORS_PATCH
+#include "vtcolors.c"
+#endif
#if WARP_PATCH
#include "warp.c"
#endif
@@ -155,7 +158,7 @@
#if ZOOMSWAP_PATCH
#include "zoomswap.c"
#endif
-#if XRDB_PATCH
+#if XRDB_PATCH && !VTCOLORS_PATCH
#include "xrdb.c"
#endif
/* Layouts */