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:
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.
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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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