summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-09 19:31:16 +0200
committerbakkeby <[email protected]>2019-09-09 19:31:16 +0200
commit342fc03b885413510257cfbfeef5c0e2eb6691fb (patch)
tree5960524847204b9eb4c959b8e46efd7056f6b777 /patch/include.h
parent9081aef7485d4d201ff0531e913702586e04929e (diff)
downloaddwm-flexipatch-342fc03b885413510257cfbfeef5c0e2eb6691fb.tar.gz
dwm-flexipatch-342fc03b885413510257cfbfeef5c0e2eb6691fb.zip
Adding horizgrid and gridmode layouts
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 caa6190..a5bafa6 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -70,6 +70,14 @@
#include "gapplessgrid.h"
#endif
+#if GRIDMODE_LAYOUT
+#include "grid.h"
+#endif
+
+#if HORIZGRID_LAYOUT
+#include "horizgrid.h"
+#endif
+
#if MONOCLE_LAYOUT
#include "monocle.h"
#endif