summaryrefslogtreecommitdiffhomepage
path: root/patch/include.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2019-09-09 19:49:41 +0200
committerbakkeby <[email protected]>2019-09-09 19:49:41 +0200
commit973d64f51be939daa50d85151262d8602e09e978 (patch)
tree957df0a904f3c9eb0fccc9445e025f5b39afb75e /patch/include.h
parent342fc03b885413510257cfbfeef5c0e2eb6691fb (diff)
downloaddwm-flexipatch-973d64f51be939daa50d85151262d8602e09e978.tar.gz
dwm-flexipatch-973d64f51be939daa50d85151262d8602e09e978.zip
Adding nrowgrid 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 a5bafa6..280b27a 100644
--- a/patch/include.h
+++ b/patch/include.h
@@ -82,6 +82,10 @@
#include "monocle.h"
#endif
+#if NROWGRID_LAYOUT
+#include "nrowgrid.h"
+#endif
+
#if TILE_LAYOUT
#include "tile.h"
#endif \ No newline at end of file