diff options
| author | bakkeby <[email protected]> | 2019-09-09 19:49:41 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2019-09-09 19:49:41 +0200 |
| commit | 973d64f51be939daa50d85151262d8602e09e978 (patch) | |
| tree | 957df0a904f3c9eb0fccc9445e025f5b39afb75e /patch/include.c | |
| parent | 342fc03b885413510257cfbfeef5c0e2eb6691fb (diff) | |
| download | dwm-flexipatch-973d64f51be939daa50d85151262d8602e09e978.tar.gz dwm-flexipatch-973d64f51be939daa50d85151262d8602e09e978.zip | |
Adding nrowgrid layout
Diffstat (limited to 'patch/include.c')
| -rw-r--r-- | patch/include.c | 4 |
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 |
