mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: When animation is enabled, mouse_follows_focus does not work correctly when executing move related commands #428
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 @MasouShizuka on GitHub (Jul 11, 2024).
Describe the bug
The
mouse_follows_focussetting will update the mouse position immediately after moving the window.However, when
animationis set, the window movement takes some time, causing the mouse to remain in the original position instead of the position after the window is moved.To Reproduce
Steps to reproduce the behavior:
animation.enabled = truemouse_follows_focus = truecycle-move nextExpected behavior
The mouse moves to the center of window A after window A is moved.
Operating System
komorebic checkOutput@LGUG2Z commented on GitHub (Jul 11, 2024):
Are you seeing this behaviour just with the cycle move commands, or also with the directional move commands? Also can you share what your animation duration is set to, as I think this might also be a factor.
@MasouShizuka commented on GitHub (Jul 12, 2024):
I can see this on the
cycle-moveandmovecommands.Also, there are commands to move between different monitors.
My animation settings are the default:
@LGUG2Z commented on GitHub (Jul 12, 2024):
Reproduced and fixed ^