You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The window switch animation disappears after frequently move windows.
To Reproduce
Steps to reproduce the behavior:
Set animation.enabled to true in komorebi.json
Open more than one window in a workspace
Use hotkey (by default alt+shift+h/l) to swap windows back and forth really quickly
There would be animation at first, but it would be broken soon
Expected behavior
There should always be animation.
Screenshots and Videos
Add screenshots and videos to help explain your problem.
Operating System
OS Name: Microsoft Windows 11 专业版 // professional version
OS Version: 10.0.22631 N/A Build 22631
komorebic check Output
Provide the output of komorebic check
For example:
KOMOREBI_CONFIG_HOME detected: C:\Users\<username>\.config\komorebi\
Looking for configuration files in C:\Users\<username>\.config\komorebi\
Found komorebi.json; this file can be passed to the start command with the --config flag
No ~/.config/whkdrc found; you may not be able to control komorebi with your keyboard
Additional context
Using ahk instead of whkd. Autostart komorebi with komorebic enbale-autostart --ahk.
The text was updated successfully, but these errors were encountered:
I guess it happens because animation could be temporarily disabled for some reasons. Its simple true-false value and it could be stuck on true at some point.
Any way its removed in #920. So it should be fixed
Describe the bug
The window switch animation disappears after frequently move windows.
To Reproduce
Steps to reproduce the behavior:
animation.enabled
totrue
inkomorebi.json
Expected behavior
There should always be animation.
Screenshots and Videos
Add screenshots and videos to help explain your problem.
Operating System
komorebic check
OutputProvide the output of
komorebic check
For example:
Additional context
Using ahk instead of whkd. Autostart komorebi with
komorebic enbale-autostart --ahk
.The text was updated successfully, but these errors were encountered: