mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1510] [MERGED] fix(wm): move last_focused_workspace logic to focus_workspace method #1437
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/1510
Author: @omark96
Created: 7/23/2025
Status: ✅ Merged
Merged: 7/23/2025
Merged by: @LGUG2Z
Base:
master← Head:fix(wm)/move-last-focused-logic📝 Commits (1)
cecc354fix(wm): move last_focused_workspace logic to focus_workspace method📊 Changes
2 files changed (+1 additions, -20 deletions)
View changed files
📝
komorebi/src/monitor.rs(+1 -1)📝
komorebi/src/process_command.rs(+0 -19)📄 Description
There are currently a number of commands that do not update the previously focused workspace correctly. The previous method relied on handling each case, this change makes it so that last_focused_workspace is always updated whenever the focus is changed.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.