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.
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.