mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: maximized window get de-maximized when clicking on a pop-up message #617
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 @rwijtvliet on GitHub (May 12, 2025).
Summary
Situation:
bug: the last action causes the focused window to get de-maximised, i.e., the other window on the workspace is shown next to the window that has focus.
Version Information
Komorebi Configuration
here
Hotkey Configuration
here
Output of komorebic check
@LGUG2Z commented on GitHub (May 12, 2025):
Windows does not emit an event when a user clicks the maximize button. Komorebi only supports maintaining state when a window is maximized using the toggle-maximize command.
@rwijtvliet commented on GitHub (May 12, 2025):
ok, thanks for the clarification