oops forgot to reenable layouts

This commit is contained in:
speedie 2022-09-03 19:59:10 +02:00
parent 6989e5153c
commit c33a6d9347

View file

@ -27,22 +27,22 @@
* If you don't use a layout, you can remove it to keep the speedwm binary small.
*/
#define LAYOUT_TILE 1 /* Whether or not to include the tiling layout */
#define LAYOUT_TILE54 0 /* Whether or not to include hte 5:4 tiling layout */
#define LAYOUT_MONOCLE 0 /* Whether or not to include the monocle layout */
#define LAYOUT_GRID 0 /* Whether or not to include the grid layout */
#define LAYOUT_GLGRID 0 /* Whether or not to include the gapless grid layout */
#define LAYOUT_FIBO 0 /* Whether or not to include the fibonacci layout */
#define LAYOUT_DWINDLE 0 /* Whether or not to include the dwindle layout */
#define LAYOUT_SPIRAL 0 /* Whether or not to include the spiral layout */
#define LAYOUT_TCL 0 /* Whether or not to include the three column layout */
#define LAYOUT_BSTACK 0 /* Whether or not to include the bottom stack layout */
#define LAYOUT_BSTACKH 0 /* Whether or not to include the horizontal bottom stack layout */
#define LAYOUT_HGRID 0 /* Whether or not to include the horizontal grid layout */
#define LAYOUT_DGRID 0 /* Whether or not to include the dynamic grid layout */
#define LAYOUT_TATAMI 0 /* Whether or not to include the tatami layout */
#define LAYOUT_TW 0 /* Whether or not to include the wide tiling layout */
#define LAYOUT_CM 0 /* Whether or not to include the centered master layout */
#define LAYOUT_CFM 0 /* Whether or not to include the centered floating master layout */
#define LAYOUT_DECK 0 /* Whether or not to include the deck layout */
#define LAYOUT_COL 0 /* Whether or not to include the column layout */
#define LAYOUT_STAIRS 0 /* Whether or not to include the stairs layout */
#define LAYOUT_TILE54 1 /* Whether or not to include hte 5:4 tiling layout */
#define LAYOUT_MONOCLE 1 /* Whether or not to include the monocle layout */
#define LAYOUT_GRID 1 /* Whether or not to include the grid layout */
#define LAYOUT_GLGRID 1 /* Whether or not to include the gapless grid layout */
#define LAYOUT_FIBO 1 /* Whether or not to include the fibonacci layout */
#define LAYOUT_DWINDLE 1 /* Whether or not to include the dwindle layout */
#define LAYOUT_SPIRAL 1 /* Whether or not to include the spiral layout */
#define LAYOUT_TCL 1 /* Whether or not to include the three column layout */
#define LAYOUT_BSTACK 1 /* Whether or not to include the bottom stack layout */
#define LAYOUT_BSTACKH 1 /* Whether or not to include the horizontal bottom stack layout */
#define LAYOUT_HGRID 1 /* Whether or not to include the horizontal grid layout */
#define LAYOUT_DGRID 1 /* Whether or not to include the dynamic grid layout */
#define LAYOUT_TATAMI 1 /* Whether or not to include the tatami layout */
#define LAYOUT_TW 1 /* Whether or not to include the wide tiling layout */
#define LAYOUT_CM 1 /* Whether or not to include the centered master layout */
#define LAYOUT_CFM 1 /* Whether or not to include the centered floating master layout */
#define LAYOUT_DECK 1 /* Whether or not to include the deck layout */
#define LAYOUT_COL 1 /* Whether or not to include the column layout */
#define LAYOUT_STAIRS 1 /* Whether or not to include the stairs layout */