summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
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.c
parent973d64f51be939daa50d85151262d8602e09e978 (diff)
downloaddwm-flexipatch-637cc50ddafc5aedc24ebfc5498cfec38cb22cc0.tar.gz
dwm-flexipatch-637cc50ddafc5aedc24ebfc5498cfec38cb22cc0.zip
Adding centered master patches
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 2cd434e..156fbac 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -62,6 +62,14 @@
#include "bstackhoriz.c"
#endif
+#if CENTEREDMASTER_LAYOUT
+#include "centeredmaster.c"
+#endif
+
+#if CENTEREDFLOATINGMASTER_LAYOUT
+#include "centeredfloatingmaster.c"
+#endif
+
#if DECK_LAYOUT
#include "deck.c"
#endif