mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-04-27 22:51:34 +02:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user