mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Windows Notifications create empty space #198
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 @Georg97 on GitHub (Apr 24, 2023).
Describe the bug
When I get a Windows Notification (e.g. from MS Teams) the popup gets handled like a full window. It occupies a whole window space (like a new windows would), but only fills the popup-size area in the top left corner.
After closing the popup the space remains empty and I can't fill it again. I have to restart komorebi for this to work again.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I think the popup should not be treated like a window at all and remain in the corner. If it is closed, the empty space should also disappear.
Screenshots and Videos




Operating System
Provide the output of
systeminfo | grep "^OS Name\|^OS Version"For example:
@LGUG2Z commented on GitHub (Apr 24, 2023):
Thanks for the detailed report!
I recall a while ago some people were struggling specifically with Teams notifications, and after some trial and error these rules were added to the generated configuration.
Can you confirm that you seeing the behaviour above with these rules applied?
@Georg97 commented on GitHub (Apr 25, 2023):
Hey, thanks for the quick response. Yes I do experience it with following content in my komorebi.generated.ps1.
this is a snippet from my config:
This part was already inside the config. Is it possible, that the title is dependent on the System oder Teams language? I tried translating that to german as 'Microsoft Teams Benachrichtigung', which also did not work.
Maybe you have some tips for debugging this?
@LGUG2Z commented on GitHub (Apr 25, 2023):
The next time that you are left with a ghost tile after a notification, could you share the output of
komorebic state? It would be interesting to see the exact details (title/class/exe) of the window for which a ghost tile is being reserved.@Georg97 commented on GitHub (Apr 26, 2023):
Thanks for the tip with
komorebic state, I found out, that my translation idea was correct, but the german version of teams uses a dash. So I had to rename the target window from 'Microsoft Teams Benachrichtigung' to 'Microsoft Teams-Benachrichtigung'.My config looks now like this
The problem more or less persists when having a teams call where I share my screen. I have this small window, which takes up a whole tile. But when te call closes there is no ghost tile, so I can live with that.
Thanks for the help!
@LGUG2Z commented on GitHub (Apr 26, 2023):
One trick that I do with video conferencing windows (Zoom is also quite temperamental) is to
toggle-floaton them and then drag them around to somewhere on the screen until they are done, so that they don't take up more space than they need to.