[PR #283] [MERGED] Hotfix/monitor state changes #840

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

📋 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: masterHead: hotfix/monitor-state-changes


📝 Commits (5)

  • a980694 fix(wm): listen to displaychange w/ hidden hwnd
  • f26bfaa fix(wm): listen to settingchange + devicechange
  • 99389f4 fix(wm): match display name / avoid id volatility
  • d2818df feat(wm): add monitor index preference cmd
  • e579704 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/LGUG2Z/komorebi/pull/283 **Author:** [@LGUG2Z](https://github.com/LGUG2Z) **Created:** 10/31/2022 **Status:** ✅ Merged **Merged:** 10/31/2022 **Merged by:** [@LGUG2Z](https://github.com/LGUG2Z) **Base:** `master` ← **Head:** `hotfix/monitor-state-changes` --- ### 📝 Commits (5) - [`a980694`](https://github.com/LGUG2Z/komorebi/commit/a980694b27c5f537ecd96f65f077f28795424704) fix(wm): listen to displaychange w/ hidden hwnd - [`f26bfaa`](https://github.com/LGUG2Z/komorebi/commit/f26bfaa72b49e726173096e99e6f17dc353cf6ff) fix(wm): listen to settingchange + devicechange - [`99389f4`](https://github.com/LGUG2Z/komorebi/commit/99389f40f9bd927b16dae6b0e9a1088804e86a95) fix(wm): match display name / avoid id volatility - [`d2818df`](https://github.com/LGUG2Z/komorebi/commit/d2818df2c557349f1855e8ace88b94a6d736ca5c) feat(wm): add monitor index preference cmd - [`e579704`](https://github.com/LGUG2Z/komorebi/commit/e5797042228860e32f9a129953e65137cf619b29) feat(wm): introduce lazy monitor cache ### 📊 Changes **15 files changed** (+419 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <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:53:09 +01:00
adam closed this issue 2026-01-05 14:53:09 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#840