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

File diff suppressed because it is too large Load Diff