Original PR: https://github.com/LGUG2Z/komorebi/pull/755 Author: @raggi Created: 4/14/2024 Status: ❌ Closed
Base: master ← Head: raggi/stackbar-focus-change
master
raggi/stackbar-focus-change
1e37d6d
3cb505a
6 files changed (+117 additions, -79 deletions)
📝 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)
komorebi/src/process_command.rs
komorebi/src/process_event.rs
komorebi/src/stackbar.rs
komorebi/src/window.rs
komorebi/src/window_manager.rs
komorebi/src/workspace.rs
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.