[PR #755] [CLOSED] fix(wm): fix focus changes with stackbar enabled #1089

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

📋 Pull Request Information

Original PR: https://github.com/LGUG2Z/komorebi/pull/755
Author: @raggi
Created: 4/14/2024
Status: Closed

Base: masterHead: raggi/stackbar-focus-change


📝 Commits (2)

  • 1e37d6d fix(wm): reduce errors from non-window events
  • 3cb505a fix(wm): fix focus changes with stackbar enabled

📊 Changes

6 files changed (+117 additions, -79 deletions)

View changed files

📝 komorebi/src/process_command.rs (+7 -7)
📝 komorebi/src/process_event.rs (+21 -21)
📝 komorebi/src/stackbar.rs (+4 -10)
📝 komorebi/src/window.rs (+4 -1)
📝 komorebi/src/window_manager.rs (+54 -40)
📝 komorebi/src/workspace.rs (+27 -0)

📄 Description

Notify all stackbars on focus change, and they now respond to changes, but do not create focus changes themselves just from an update.

There's still an issue with click-stackbar-to-switch.


🔄 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/755 **Author:** [@raggi](https://github.com/raggi) **Created:** 4/14/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `raggi/stackbar-focus-change` --- ### 📝 Commits (2) - [`1e37d6d`](https://github.com/LGUG2Z/komorebi/commit/1e37d6df8b67cceddddcddcf9ef539abd357c2dd) fix(wm): reduce errors from non-window events - [`3cb505a`](https://github.com/LGUG2Z/komorebi/commit/3cb505a1451c15b1ead99b8fef97bf0346b6bdb2) fix(wm): fix focus changes with stackbar enabled ### 📊 Changes **6 files changed** (+117 additions, -79 deletions) <details> <summary>View changed files</summary> 📝 `komorebi/src/process_command.rs` (+7 -7) 📝 `komorebi/src/process_event.rs` (+21 -21) 📝 `komorebi/src/stackbar.rs` (+4 -10) 📝 `komorebi/src/window.rs` (+4 -1) 📝 `komorebi/src/window_manager.rs` (+54 -40) 📝 `komorebi/src/workspace.rs` (+27 -0) </details> ### 📄 Description Notify all stackbars on focus change, and they now respond to changes, but do not create focus changes themselves just from an update. There's still an issue with click-stackbar-to-switch. --- <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:03 +01:00
adam closed this issue 2026-01-05 14:54:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#1089