summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
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.h
parent83242012da297c5afddb906d0879f92e3dffb1ab (diff)
downloaddwm-flexipatch-b32fe221b6b65835753743cd12a3d2877ba85c74.tar.gz
dwm-flexipatch-b32fe221b6b65835753743cd12a3d2877ba85c74.zip
Adding columns layout
Diffstat (limited to 'patch/include.h')
-rw-r--r--patch/include.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/patch/include.h b/patch/include.h
index 9d77d76..65feac9 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -178,6 +178,10 @@
#include "centeredfloatingmaster.h"
#endif
+#if COLUMNS_LAYOUT
+#include "columns.h"
+#endif
+
#if DECK_LAYOUT
#include "deck.h"
#endif