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.h | |
| parent | 342fc03b885413510257cfbfeef5c0e2eb6691fb (diff) | |
| download | dwm-flexipatch-973d64f51be939daa50d85151262d8602e09e978.tar.gz dwm-flexipatch-973d64f51be939daa50d85151262d8602e09e978.zip | |
Adding nrowgrid layout
Diffstat (limited to 'patch/include.h')
| -rw-r--r-- | patch/include.h | 4 |
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 |
