mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1295] [MERGED] fix(wm): monitor reconnect after komorebi start #1306
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/1295
Author: @alex-ds13
Created: 2/24/2025
Status: ✅ Merged
Merged: 2/24/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/monitor-reconnect-after-komorebi-start📝 Commits (2)
da8337bfix(wm): properly load 1st time connected monitord20d52bfix(bar): apply offset when monitor reconnects📊 Changes
2 files changed (+32 additions, -3 deletions)
View changed files
📝
komorebi-bar/src/bar.rs(+6 -0)📝
komorebi/src/monitor_reconciliator/mod.rs(+26 -3)📄 Description
This PR fixes an issue where if you started komorebi without one of the monitors and then reconnected the monitor later it wasn't properly loading the data from
win32-display-data.It also fixes a bug on the komorebi-bar by making sure the bar applies the
work_area_offsetcorrectly after a monitor reconnects. Since if it is the first time the monitor is connecting it won't have the offset cached yet.Fixes #1294
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.