mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Animation is broken after move windows too frequently. #433
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 @FlyinCow on GitHub (Jul 24, 2024).
Describe the bug
The window switch animation disappears after frequently move windows.
To Reproduce
Steps to reproduce the behavior:
animation.enabledtotrueinkomorebi.jsonExpected behavior
There should always be animation.
Screenshots and Videos
Add screenshots and videos to help explain your problem.
Operating System
komorebic checkOutputProvide the output of
komorebic checkFor example:
Additional context
Using ahk instead of whkd. Autostart komorebi with
komorebic enbale-autostart --ahk.@thearturca commented on GitHub (Jul 24, 2024):
I guess it happens because animation could be temporarily disabled for some reasons. Its simple
true-falsevalue and it could be stuck ontrueat some point.Any way its removed in #920. So it should be fixed