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-monocle did work well, the window which was monocle restore to stack. But toggle-maximize doesn't
To Reproduce windows_container_behaviour is "Append"
stack some windows over 2, the layout is BSP or VerticalStack.
left window is single, right window is stacked
toggle-maximize with any window which is stacked in right side
toggle-maximize to restore to original state
the window restores to tiled, not stacked
Expected 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
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.19044 N/A build 19044
komorebic check Output
KOMOREBI_CONFIG_HOME detected: C:\Users\USER\.config\Dotfiles\komorebi
Looking for configuration files in C:\Users\USER\.config\Dotfiles\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\USER\.config\Dotfiles\komorebi\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
Additional 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
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-monocle` did work well, the window which was monocle restore to stack. But `toggle-maximize` doesn't
**To Reproduce**
`windows_container_behaviour` is "Append"
1. stack some windows over 2, the layout is BSP or VerticalStack.
left window is single, right window is stacked
2. `toggle-maximize` with any window which is stacked in right side
3. `toggle-maximize` to restore to original state
4. the window restores to tiled, not stacked
**Expected 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**
```
OS Name: Microsoft Windows 10 Enterprise
OS Version: 10.0.19044 N/A build 19044
```
**`komorebic check` Output**
```
KOMOREBI_CONFIG_HOME detected: C:\Users\USER\.config\Dotfiles\komorebi
Looking for configuration files in C:\Users\USER\.config\Dotfiles\komorebi
Found komorebi.json; this file can be passed to the start command with the --config flag
Found C:\Users\USER\.config\Dotfiles\komorebi\whkdrc; key bindings will be loaded from here when whkd is started, and you can start it automatically using the --whkd flag
```
**Additional 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
adam
added the bug label 2026-01-05 14:50:48 +01:00
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.
@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.
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 @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.