[PR #791] [MERGED] feat(wm): add resize of all layouts except grid with filp #1100

Closed
opened 2026-01-05 14:54:05 +01:00 by adam · 0 comments
Owner

📋 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: masterHead: feature/layout-resize-with-flip


📝 Commits (3)

  • 8241fbc feat(wm): add resize of all layouts except grid with filp
  • 5ddd9a1 fix: fix horizontal-stack out of monitor with vertical flip
  • fa76d74 feat: 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 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>
adam added the pull-request label 2026-01-05 14:54:05 +01:00
adam closed this issue 2026-01-05 14:54:05 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1100