mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1301] [MERGED] Fix(borders): multiple borders fixes #1310
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/1301
Author: @alex-ds13
Created: 2/26/2025
Status: ✅ Merged
Merged: 2/27/2025
Merged by: @LGUG2Z
Base:
master← Head:fix(borders)/stack-borders-not-getting-destroyed📝 Commits (3)
68998a7feat(wm): toggle layer moves all windows5abe44bfix(borders): stop leaking memory on borders7f817b1fix(wm): stack on all directions even when on a stack📊 Changes
6 files changed (+275 additions, -91 deletions)
View changed files
📝
komorebi/src/border_manager/border.rs(+0 -2)📝
komorebi/src/border_manager/mod.rs(+188 -82)📝
komorebi/src/process_command.rs(+25 -4)📝
komorebi/src/window.rs(+24 -0)📝
komorebi/src/window_manager.rs(+14 -0)📝
komorebi/src/windows_api.rs(+24 -3)📄 Description
This PR includes 3 commits:
komorebic toggle-workspace-layercommand to move up/down all windows of the layer. So if you are on theTilinglayer and toggle the layer it will bring all floating windows to front so you can see them and cycle through them. Once you toggle again, the floating windows are sent back again.stack-windowon a direction with index higher than the current focus (usually right or down), it wouldn't work! Now it does.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.