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

Closed
opened 2026-01-05 14:50:43 +01:00 by adam · 1 comment
Owner

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:

  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.

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: 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`.
adam added the bug label 2026-01-05 14:50:43 +01:00
adam closed this issue 2026-01-05 14:50:44 +01:00
Author
Owner

@thearturca commented on GitHub (Jul 24, 2024):

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

@thearturca commented on GitHub (Jul 24, 2024): 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 in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#433