mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1356] [MERGED] fix(wm): fix bugs on workspace restore and remove workarounds #1347
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/1356
Author: @alex-ds13
Created: 3/17/2025
Status: ✅ Merged
Merged: 3/18/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/workspace-restore📝 Commits (1)
20055adfix(wm): fix bugs on workspace restore and remove workarounds📊 Changes
2 files changed (+7 additions, -21 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+0 -20)📝
komorebi/src/workspace.rs(+7 -1)📄 Description
This commit removes some workarounds on the
update_focused_workspacefunction that were there to fix issues related to some bugs on theworkspace.restore()function. This commit fixes the bugs on therestorefunction instead. Theupdate_focused_workspacefunction should be used only to update a workspace layout.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.