mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-15 05:16:11 +01:00
fix: readded monocle layout for fullscreens
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
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