mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
Add Exception to a App and it's sub-windows | Permanently free a Window #195
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 @RayKelp on GitHub (Apr 15, 2023).
Is there a way to add exceptions?
Everytime I open Steam, it tries to resize it, but Steam client has a minimum size so it glitches. I try to [ALT + T] to release the window, but it only works until it gets minimized.
I wanted the Steam client app to start as a normal window. Or (even better) to store the released start so the next time I open, it opens as a normal movable window.
And there's also a Bug where a released window is always on top, for example, if I have the Browser opened, and I open the File Explorer, they gonna be side-by-side, and if I select the File Explorer and hit Alt+T, it gets released, appearing in the center of the screen as a smaller window, and the Browser that was occupying just half of the screen, now gets maximized, occupying all the screen, with the File Explorer window appearing in front of it. But if I try to focus on the browser that is below the File Explorer's window, the File Explorer doesn't move to behind of it, It stays there, in the middle of the screen, but unfocused! I wanted it to go below the Browser window when I focus It, how can I solve that?
@LGUG2Z commented on GitHub (Apr 16, 2023):
You can add your own rules your configuration file to permanently exclude a window, for example, in
komorebi.ps1:After this, close and restart the application and it will be not be managed when tiling is enabled.