mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Window Animation Repeated on Focus Change #444
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 @topazrn on GitHub (Aug 11, 2024).
Describe the bug
Window animation will repeat (or more accurately stop and then resume from the position it was stopped but starting from the beginning of the animation curve) when window focus is changed. Either by moving the cursor out and into an animating window, or by letting an animating window passing through the cursor.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changing mouse focus should not repeat window animation.
Screenshots and Videos
https://github.com/user-attachments/assets/d49c9e6d-686f-48b7-94c9-b77393d65a66
Operating System
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19045 N/A Build 19045
komorebic checkOutput@LGUG2Z commented on GitHub (Aug 11, 2024):
May be already be fixed on this branch 🤔 https://github.com/LGUG2Z/komorebi/pull/920
@topazrn commented on GitHub (Aug 11, 2024):
This branch right? https://github.com/thearturca/komorebi/tree/fix/cross-monitor-animation
I ran it but unfortunately the bug I reported still occurs.
@topazrn commented on GitHub (Aug 11, 2024):
Commenting this line fixed the issue but I don't know if it would introduce another issue.
@LGUG2Z commented on GitHub (Aug 11, 2024):
Do you have focus follows mouse enabled?
@topazrn commented on GitHub (Aug 11, 2024):
Yes I do have it enabled.