[PR #768] [CLOSED] fix(wm): focus on workspace of uncloaked window #1094

Closed
opened 2026-01-05 14:54:04 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/768
Author: @wrapperup
Created: 4/17/2024
Status: Closed

Base: masterHead: fix-uncloak-workspace-switch


📝 Commits (1)

  • 6f43829 fix(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.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/768 **Author:** [@wrapperup](https://github.com/wrapperup) **Created:** 4/17/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-uncloak-workspace-switch` --- ### 📝 Commits (1) - [`6f43829`](https://github.com/LGUG2Z/komorebi/commit/6f43829fd70bfb93a4ac2d4222d981aaa5d404c9) fix(wm): focus on workspace of uncloaked window ### 📊 Changes **1 file changed** (+4 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/process_event.rs` (+4 -3) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-01-05 14:54:04 +01:00
adam closed this issue 2026-01-05 14:54:04 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1094