mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-15 21:36:10 +01:00
fix: readded monocle layout for fullscreens
This commit is contained in:
@@ -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 */
|
||||||
};
|
};
|
||||||
|
|||||||
949
patches.def.h
949
patches.def.h
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user