mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #755] [CLOSED] fix(wm): fix focus changes with stackbar enabled #1089
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/755
Author: @raggi
Created: 4/14/2024
Status: ❌ Closed
Base:
master← Head:raggi/stackbar-focus-change📝 Commits (2)
1e37d6dfix(wm): reduce errors from non-window events3cb505afix(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.