mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: move/resize of an unmanaged window affects workspace focus #338
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?
Originally created by @raggi on GitHub (Apr 14, 2024).
Describe the bug
Create an unmanaged window, say a layered window from some random program - for me a whatsapp window will do.
When that window is initially focused, there's no border window active, as there's no managed window focused.
If I move the whatsapp window though, a managed window underneath the mouse (and whatsapp window) at the time I stop moving the window is "focused" within the workspace, resulting in the border window also unhiding itself, and making it appear as if the managed window underneath is now focused - but it is not!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Moves of unmanaged windows should not affect any focus information for managed windows, and should not cause the border window state to change (it should already be disabled, and remain disabled).
@LGUG2Z commented on GitHub (May 20, 2024):
This is now fixed 🎉