feat(wm): add resize of all layouts except grid with filp

fix: fix horizontal-stack out of monitor with vertical flip (db28e25)

feat: add resize of right-main-vertical-stack layout with filp (28dd546)
This commit is contained in:
MasouShizuka
2024-04-29 11:10:06 +08:00
committed by LGUG2Z
parent 871a53821c
commit a2e9a46582
3 changed files with 432 additions and 112 deletions

View File

@@ -48,9 +48,12 @@ impl DefaultLayout {
if !matches!(
self,
Self::BSP
| Self::UltrawideVerticalStack
| Self::Columns
| Self::Rows
| Self::VerticalStack
| Self::RightMainVerticalStack
| Self::HorizontalStack
| Self::UltrawideVerticalStack
) {
return None;
};