Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: Animation is broken after move windows too frequently. #921

Open
FlyinCow opened this issue Jul 24, 2024 · 1 comment
Open

[BUG]: Animation is broken after move windows too frequently. #921

FlyinCow opened this issue Jul 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@FlyinCow
Copy link

Describe the bug
The window switch animation disappears after frequently move windows.

To Reproduce
Steps to reproduce the behavior:

  1. Set animation.enabled to true in komorebi.json
  2. Open more than one window in a workspace
  3. Use hotkey (by default alt+shift+h/l) to swap windows back and forth really quickly
  4. 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.

@FlyinCow FlyinCow added the bug Something isn't working label Jul 24, 2024
@thearturca
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants