fix: readded monocle layout for fullscreens

This commit is contained in:
2025-07-15 15:32:49 +02:00
parent d400b7b0e9
commit 7b365e95a7
2 changed files with 501 additions and 454 deletions

View File

@@ -912,9 +912,6 @@ static const Layout layouts[] = {
#if TILE_LAYOUT
{"[]=", tile}, /* first entry is default */
#endif
#if MONOCLE_LAYOUT
{"[M]", monocle},
#endif
#if BSTACK_LAYOUT
{"TTT", bstack},
#endif
@@ -950,6 +947,9 @@ static const Layout layouts[] = {
#endif
#if NROWGRID_LAYOUT
{"###", nrowgrid},
#endif
#if MONOCLE_LAYOUT
{"[M]", monocle},
#endif
{"><>", NULL}, /* no layout function means floating behavior */
};

File diff suppressed because it is too large Load Diff