Adding horizgrid and gridmode layouts

This commit is contained in:
bakkeby
2019-09-09 19:31:16 +02:00
parent 9081aef748
commit 342fc03b88
9 changed files with 180 additions and 8 deletions

View File

@@ -74,6 +74,14 @@
#include "gapplessgrid.c"
#endif
#if GRIDMODE_LAYOUT
#include "grid.c"
#endif
#if HORIZGRID_LAYOUT
#include "horizgrid.c"
#endif
#if MONOCLE_LAYOUT
#include "monocle.c"
#endif