Added resize to all layouts except grid and works properly with flip.
I think the right-main-vertical-stack layout can be removed, since this can be achieved with vertical-stack + horizontal filp.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
## 📋 Pull Request Information
**Original PR:** https://github.com/LGUG2Z/komorebi/pull/791
**Author:** [@MasouShizuka](https://github.com/MasouShizuka)
**Created:** 4/29/2024
**Status:** ✅ Merged
**Merged:** 4/30/2024
**Merged by:** [@LGUG2Z](https://github.com/LGUG2Z)
**Base:** `master` ← **Head:** `feature/layout-resize-with-flip`
---
### 📝 Commits (3)
- [`8241fbc`](https://github.com/LGUG2Z/komorebi/commit/8241fbc9f613e5b495ef923f83455cefa8c427be) feat(wm): add resize of all layouts except grid with filp
- [`5ddd9a1`](https://github.com/LGUG2Z/komorebi/commit/5ddd9a1573f3c20261cd5be297b4ed819f19897d) fix: fix horizontal-stack out of monitor with vertical flip
- [`fa76d74`](https://github.com/LGUG2Z/komorebi/commit/fa76d7439445f3a2028796182e9571d916af9fd3) feat: add resize of right-main-vertical-stack layout with filp
### 📊 Changes
**3 files changed** (+432 additions, -112 deletions)
<details>
<summary>View changed files</summary>
📝 `komorebi-core/src/arrangement.rs` (+347 -109)
📝 `komorebi-core/src/default_layout.rs` (+4 -1)
📝 `komorebi/src/workspace.rs` (+81 -2)
</details>
### 📄 Description
Added `resize` to all layouts except `grid` and works properly with `flip`.
I think the `right-main-vertical-stack layout` can be removed, since this can be achieved with `vertical-stack` + `horizontal filp`.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/LGUG2Z/komorebi/pull/791
Author: @MasouShizuka
Created: 4/29/2024
Status: ✅ Merged
Merged: 4/30/2024
Merged by: @LGUG2Z
Base:
master← Head:feature/layout-resize-with-flip📝 Commits (3)
8241fbcfeat(wm): add resize of all layouts except grid with filp5ddd9a1fix: fix horizontal-stack out of monitor with vertical flipfa76d74feat: add resize of right-main-vertical-stack layout with filp📊 Changes
3 files changed (+432 additions, -112 deletions)
View changed files
📝
komorebi-core/src/arrangement.rs(+347 -109)📝
komorebi-core/src/default_layout.rs(+4 -1)📝
komorebi/src/workspace.rs(+81 -2)📄 Description
Added
resizeto all layouts exceptgridand works properly withflip.I think the
right-main-vertical-stack layoutcan be removed, since this can be achieved withvertical-stack+horizontal filp.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.