summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-10-08 22:57:21 +0200
committerbakkeby <[email protected]>2019-10-08 22:57:21 +0200
commitb32fe221b6b65835753743cd12a3d2877ba85c74 (patch)
treefe6c08f913bca63b0346ccc615e03bccd80ccefc /patch/include.c
parent83242012da297c5afddb906d0879f92e3dffb1ab (diff)
downloaddwm-flexipatch-b32fe221b6b65835753743cd12a3d2877ba85c74.tar.gz
dwm-flexipatch-b32fe221b6b65835753743cd12a3d2877ba85c74.zip
Adding columns layout
Diffstat (limited to 'patch/include.c')
-rw-r--r--patch/include.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.c b/patch/include.c
index 27eb415..d881deb 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -178,6 +178,10 @@
#include "centeredfloatingmaster.c"
#endif
+#if COLUMNS_LAYOUT
+#include "columns.c"
+#endif
+
#if DECK_LAYOUT
#include "deck.c"
#endif