Adding nrowgrid layout

This commit is contained in:
bakkeby
2019-09-09 19:49:41 +02:00
parent 342fc03b88
commit 973d64f51b
7 changed files with 142 additions and 12 deletions

View File

@ -86,6 +86,10 @@
#include "monocle.c"
#endif
#if NROWGRID_LAYOUT
#include "nrowgrid.c"
#endif
#if TILE_LAYOUT
#include "tile.c"
#endif