summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-15 22:45:22 +0200
committerbakkeby <[email protected]>2019-09-15 22:45:22 +0200
commitf8f67508d811e3ad92f159d5101e2da89e269e37 (patch)
tree59865bc5db00d57f9d0e09bae4625e8b0b8b2dc5 /patch/include.h
parent30e0a3b5e42185836bd4cf4d591351dacc6b723c (diff)
downloaddwm-flexipatch-f8f67508d811e3ad92f159d5101e2da89e269e37.tar.gz
dwm-flexipatch-f8f67508d811e3ad92f159d5101e2da89e269e37.zip
Adding xrdb patch
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 4957e09..2a6001b 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -78,10 +78,18 @@
#include "vanitygaps.h"
#endif
+#if WARP_PATCH
+#include "warp.h"
+#endif
+
#if ZOOMSWAP_PATCH
#include "zoomswap.h"
#endif
+#if XRDB_PATCH
+#include "xrdb.h"
+#endif
+
/* Layouts */
#if BSTACK_LAYOUT