mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: toggle-maximize cannot return to stacked list
#448
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Jaehaks on GitHub (Aug 16, 2024).
Describe the bug
When I restore maximized window to original state which is stacked before it maximizes, It is tiled not stacked.
toggle-monocledid work well, the window which was monocle restore to stack. Buttoggle-maximizedoesn'tTo Reproduce
windows_container_behaviouris "Append"left window is single, right window is stacked
toggle-maximizewith any window which is stacked in right sidetoggle-maximizeto restore to original stateExpected behavior
it should not be placed in a tile, but should be piled up in the original stack list.
Screenshots and Videos
Add screenshots and videos to help explain your problem.
Operating System
komorebic checkOutputAdditional context
I use whkd instead of ahk
In particular, if you have any other AHK scripts or software running that handle any aspect of window management or manipulation
@LGUG2Z commented on GitHub (Jan 23, 2025):
This is the expected behavior because in order to maximize a window it must be removed from a container stack and tracking this kind of ephemeral individual window history in the window manager state is not something I'm in favor of.