[BUG]: Move animations replay for each window in a stack after the stack is moved #482

Closed
opened 2026-01-05 14:51:01 +01:00 by adam · 0 comments
Owner

Originally created by @BartHageman on GitHub (Oct 6, 2024).

Describe the bug
After moving a stack of windows, the move animation plays again for each window in the stack.

To Reproduce
Steps to reproduce the behavior:
0. Enable animations. I use 150ms, EaseInOutCirc, 160fps.

  1. Create a stack of windows
  2. Have another window to swap locations with
  3. Swap location of stack with other window. Animation plays correctly.
  4. Flip through the stack and observe that for each window in the stack, the same move animation plays again.

Expected behavior
The move animation should be played only once for the entire stack.

Operating System

OS Name:                   Microsoft Windows 11 Pro
OS Version:                10.0.22631 N/A Build 22631

komorebic check Output

KOMOREBI_CONFIG_HOME detected: C:\Users\Mobius

Looking for configuration files in C:\Users\Mobius

Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\Mobius\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
Originally created by @BartHageman on GitHub (Oct 6, 2024). **Describe the bug** After moving a stack of windows, the move animation plays again for each window in the stack. **To Reproduce** Steps to reproduce the behavior: 0. Enable animations. I use 150ms, EaseInOutCirc, 160fps. 1. Create a stack of windows 2. Have another window to swap locations with 3. Swap location of stack with other window. Animation plays correctly. 4. Flip through the stack and observe that for each window in the stack, the same move animation plays again. **Expected behavior** The move animation should be played only once for the entire stack. **Operating System** ``` OS Name: Microsoft Windows 11 Pro OS Version: 10.0.22631 N/A Build 22631 ``` **`komorebic check` Output** ``` KOMOREBI_CONFIG_HOME detected: C:\Users\Mobius Looking for configuration files in C:\Users\Mobius Found komorebi.json; this file can be passed to the start command with the --config flag Found C:\Users\Mobius\.config\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag ```
adam added the bug label 2026-01-05 14:51:01 +01:00
adam closed this issue 2026-01-05 14:51:01 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/komorebi#482