Original PR: https://github.com/LGUG2Z/komorebi/pull/283 Author: @LGUG2Z Created: 10/31/2022 Status: ✅ Merged Merged: 10/31/2022 Merged by: @LGUG2Z
Base: master ← Head: hotfix/monitor-state-changes
master
hotfix/monitor-state-changes
a980694
f26bfaa
99389f4
d2818df
e579704
15 files changed (+419 additions, -68 deletions)
📝 komorebi-core/src/lib.rs (+1 -0) 📝 komorebi.generated.ahk (+39 -2) 📝 komorebi/Cargo.toml (+2 -1) ➕ komorebi/src/hidden.rs (+78 -0) 📝 komorebi/src/main.rs (+8 -0) 📝 komorebi/src/monitor.rs (+4 -1) 📝 komorebi/src/process_command.rs (+13 -0) 📝 komorebi/src/process_event.rs (+3 -3) 📝 komorebi/src/window.rs (+1 -1) 📝 komorebi/src/window_manager.rs (+96 -22) 📝 komorebi/src/window_manager_event.rs (+4 -19) 📝 komorebi/src/windows_api.rs (+56 -16) 📝 komorebi/src/windows_callbacks.rs (+81 -3) 📝 komorebic.lib.ahk (+4 -0) 📝 komorebic/src/main.rs (+29 -0)
komorebi-core/src/lib.rs
komorebi.generated.ahk
komorebi/Cargo.toml
komorebi/src/hidden.rs
komorebi/src/main.rs
komorebi/src/monitor.rs
komorebi/src/process_command.rs
komorebi/src/process_event.rs
komorebi/src/window.rs
komorebi/src/window_manager.rs
komorebi/src/window_manager_event.rs
komorebi/src/windows_api.rs
komorebi/src/windows_callbacks.rs
komorebic.lib.ahk
komorebic/src/main.rs
No description provided
🔄 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/283
Author: @LGUG2Z
Created: 10/31/2022
Status: ✅ Merged
Merged: 10/31/2022
Merged by: @LGUG2Z
Base:
master← Head:hotfix/monitor-state-changes📝 Commits (5)
a980694fix(wm): listen to displaychange w/ hidden hwndf26bfaafix(wm): listen to settingchange + devicechange99389f4fix(wm): match display name / avoid id volatilityd2818dffeat(wm): add monitor index preference cmde579704feat(wm): introduce lazy monitor cache📊 Changes
15 files changed (+419 additions, -68 deletions)
View changed files
📝
komorebi-core/src/lib.rs(+1 -0)📝
komorebi.generated.ahk(+39 -2)📝
komorebi/Cargo.toml(+2 -1)➕
komorebi/src/hidden.rs(+78 -0)📝
komorebi/src/main.rs(+8 -0)📝
komorebi/src/monitor.rs(+4 -1)📝
komorebi/src/process_command.rs(+13 -0)📝
komorebi/src/process_event.rs(+3 -3)📝
komorebi/src/window.rs(+1 -1)📝
komorebi/src/window_manager.rs(+96 -22)📝
komorebi/src/window_manager_event.rs(+4 -19)📝
komorebi/src/windows_api.rs(+56 -16)📝
komorebi/src/windows_callbacks.rs(+81 -3)📝
komorebic.lib.ahk(+4 -0)📝
komorebic/src/main.rs(+29 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.