summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-09 21:35:19 +0200
committerbakkeby <[email protected]>2019-09-09 21:35:19 +0200
commit637cc50ddafc5aedc24ebfc5498cfec38cb22cc0 (patch)
tree15360754e45d3260f0afd35fbfb9ef6e580f130a /patch/include.h
parent973d64f51be939daa50d85151262d8602e09e978 (diff)
downloaddwm-flexipatch-637cc50ddafc5aedc24ebfc5498cfec38cb22cc0.tar.gz
dwm-flexipatch-637cc50ddafc5aedc24ebfc5498cfec38cb22cc0.zip
Adding centered master patches
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 280b27a..596f303 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -58,6 +58,14 @@
#include "bstackhoriz.h"
#endif
+#if CENTEREDMASTER_LAYOUT
+#include "centeredmaster.h"
+#endif
+
+#if CENTEREDFLOATINGMASTER_LAYOUT
+#include "centeredfloatingmaster.h"
+#endif
+
#if DECK_LAYOUT
#include "deck.h"
#endif