summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-09 19:11:31 +0200
committerbakkeby <[email protected]>2019-09-09 19:11:31 +0200
commit9081aef7485d4d201ff0531e913702586e04929e (patch)
treed4b1ea24ce89710179a30119945e5d3b9e43712b /patch/include.h
parentcccb8fcecb1e6bce06bec81557d9d3a37631561f (diff)
downloaddwm-flexipatch-9081aef7485d4d201ff0531e913702586e04929e.tar.gz
dwm-flexipatch-9081aef7485d4d201ff0531e913702586e04929e.zip
Adding gappless grid 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 af229ea..caa6190 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -66,6 +66,10 @@
#include "fibonacci.h"
#endif
+#if GAPPLESSGRID_LAYOUT
+#include "gapplessgrid.h"
+#endif
+
#if MONOCLE_LAYOUT
#include "monocle.h"
#endif