mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #768] [CLOSED] fix(wm): focus on workspace of uncloaked window #1094
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/768
Author: @wrapperup
Created: 4/17/2024
Status: ❌ Closed
Base:
master← Head:fix-uncloak-workspace-switch📝 Commits (1)
6f43829fix(wm): focus on workspace of uncloaked window📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
komorebi/src/process_event.rs(+4 -3)📄 Description
This ensures that uncloaked windows focus the correct monitor and workspace. Prior to this fix, if a user clicked on a window from the taskbar (or alt-tab, etc), it would uncloak the window and leave it in a bugged state.
Old behavior:
https://github.com/LGUG2Z/komorebi/assets/7478134/637c6c17-4821-4dd3-93c7-20ce84cb08a3
Fixed behavior:
https://github.com/LGUG2Z/komorebi/assets/7478134/5456761b-d990-496b-a856-4ea4ef8974c4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.