[PR #1185] [MERGED] fix(wm): focus and update after apply state #1244

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/1185
Author: @alex-ds13
Created: 12/17/2024
Status: Merged
Merged: 12/17/2024
Merged by: @LGUG2Z

Base: masterHead: fix(wm)/focus-and-update-after-apply-state


📝 Commits (1)

  • d7f2a2d fix(wm): focus and update after apply state

📊 Changes

1 file changed (+59 additions, -0 deletions)

View changed files

📝 komorebi/src/window_manager.rs (+59 -0)

📄 Description

This commit makes sure we focus the previously focused workspace on all monitors, load it and update it and in the end focus the actual focused monitor and workspace pair calling update_focused_workspace to make sure it updates the workspace and gives focus to the focused window.


🔄 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/1185 **Author:** [@alex-ds13](https://github.com/alex-ds13) **Created:** 12/17/2024 **Status:** ✅ Merged **Merged:** 12/17/2024 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `fix(wm)/focus-and-update-after-apply-state` --- ### 📝 Commits (1) - [`d7f2a2d`](https://github.com/LGUG2Z/komorebi/commit/d7f2a2d92cc523cfadadbc2511beafa641e58702) fix(wm): focus and update after apply state ### 📊 Changes **1 file changed** (+59 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/window_manager.rs` (+59 -0) </details> ### 📄 Description This commit makes sure we focus the previously focused workspace on all monitors, load it and update it and in the end focus the actual focused monitor and workspace pair calling `update_focused_workspace` to make sure it updates the workspace and gives focus to the focused window. <!-- Please follow the Conventional Commits specification. If you need to update your PR with changes from `master`, please run `git rebase master`. By opening this PR, you confirm that you have read and understood this project's `CONTRIBUTING.md`. --> --- <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:35 +01:00
adam closed this issue 2026-01-05 14:54:35 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1244