summaryrefslogtreecommitdiffhomepage
path: root/patch/include.c
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.c
parent342fc03b885413510257cfbfeef5c0e2eb6691fb (diff)
downloaddwm-flexipatch-973d64f51be939daa50d85151262d8602e09e978.tar.gz
dwm-flexipatch-973d64f51be939daa50d85151262d8602e09e978.zip
Adding nrowgrid 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 3eb8ae9..2cd434e 100644
--- a/patch/include.c
+++ b/patch/include.c
@@ -86,6 +86,10 @@
#include "monocle.c"
#endif
+#if NROWGRID_LAYOUT
+#include "nrowgrid.c"
+#endif
+
#if TILE_LAYOUT
#include "tile.c"
#endif \ No newline at end of file