mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Invisible Windows with Visual Studio 2019 #225
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 @fpf3 on GitHub (Jun 23, 2023).
Description
Visual Studio 16.0 2019 configuration manager seems to leave behind invisible windows, which Komorebi attempts to manage. This leaves large portions of the screen inaccessible.
After Visual Studio is closed, these regions of the screen become accessible again.
To Reproduce
Expected behavior
Either Visual Studio is never resized, or returns to filling the entire screen when the properties window is closed.
Screenshots and Videos
Operating System
komorebic checkOutput@LGUG2Z commented on GitHub (Jun 23, 2023):
You should be able to look at the output of the state command and identify the window that is creating the ghost tile and add a float rule for it. Once you figure out the right rule, please also raise a PR to the app specific config repo for the benefit of other users in the future. 🙏
@fpf3 commented on GitHub (Jun 23, 2023):
I think it's this guy:
Limited testing seems to indicate that this is resolved. I will comment/re-open if I find otherwise.
Thanks for the quick response!