mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #283] [MERGED] Hotfix/monitor state changes #840
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/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.