mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #791] [MERGED] feat(wm): add resize of all layouts except grid with filp #1100
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.