mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #1338] [MERGED] fix(wm): correct float window move/resize #1338
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/1338
Author: @alex-ds13
Created: 3/12/2025
Status: ✅ Merged
Merged: 3/12/2025
Merged by: @LGUG2Z
Base:
master← Head:fix/floating-move-on-secondary-monitors📝 Commits (1)
ac2f139fix(wm): correct float window move/resize📊 Changes
1 file changed (+22 additions, -8 deletions)
View changed files
📝
komorebi/src/window_manager.rs(+22 -8)📄 Description
This commit fixes an issue where the move/resize functions for floating windows weren't properly taking into account the coordinates of secondary monitors and were only working correctly on the main monitor where top/left was 0/0.
This issue was first brought up by a user on Discord
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.