Originally created by @shinymerlyn on GitHub (Oct 24, 2022).
Describe the bug
When clicking the X which "minimizes" TIDAL to the tray, a gap is left. It works correctly if you hit the minimize button. This is true even if I enable the identify-tray-application feature, pointed at TIDAL.
Expected behavior
Komorebi should detect that it was "minimized" to the tray, and close the gap.
Screenshots and Videos
Before:
After:
Operating System
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19044 N/A Build 19044
Additional context
Powertoys fancy zones is installed and running, but theoretically at least it shouldn't conflict at all, since I need to drag and hold shift for it to do anything. Could try killing it, but I think it probably has no bearing on this problem. This is the only AHK script, and this is the only automatic window manager.
Originally created by @shinymerlyn on GitHub (Oct 24, 2022).
**Describe the bug**
When clicking the X which "minimizes" TIDAL to the tray, a gap is left. It works correctly if you hit the minimize button. This is true even if I enable the `identify-tray-application` feature, pointed at TIDAL.
**To Reproduce**
Steps to reproduce the behavior:
1. Install TIDAL and get it set up for normal use
2. Enable TIDAL's "close to tray" feature
3. Add any of these to komorebi.ahk -
```
IdentifyTrayApplication(title, TIDAL)
IdentifyTrayApplication(exe, Tidal.exe)
IdentifyTrayApplication(exe, TidalPlayer.exe)
```
4. Reload the config (or let it autoreload)
5. Open up TIDAL
6. Open up several other windows
7. Hit the X button to close it to tray
**Expected behavior**
Komorebi should detect that it was "minimized" to the tray, and close the gap.
**Screenshots and Videos**
Before:

After:

**Operating System**
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19044 N/A Build 19044
**Additional context**
Powertoys fancy zones is installed and running, but theoretically at least it shouldn't conflict at all, since I need to drag and hold shift for it to do anything. Could try killing it, but I think it probably has no bearing on this problem. This is the only AHK script, and this is the only automatic window manager.
adam
added the bug label 2026-01-05 14:48:36 +01:00
I can get it to float with a float toggle hotkey, and it says TIDAL as the title and TIDAL.exe as the executable in komorebi status. So I'm not sure exactly the cause here. I sort of wonder if it just uses a non-standard method of "closing to tray"?
@shinymerlyn commented on GitHub (Oct 25, 2022):
I can get it to float with a float toggle hotkey, and it says `TIDAL` as the title and `TIDAL.exe` as the executable in `komorebi status`. So I'm not sure exactly the cause here. I sort of wonder if it just uses a non-standard method of "closing to tray"?
A lot of work has been done in reducing ghost tiles since this so I'm closing for now, please re-open if this issue persists
@LGUG2Z commented on GitHub (May 14, 2024):
A lot of work has been done in reducing ghost tiles since this so I'm closing for now, please re-open if this issue persists
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 @shinymerlyn on GitHub (Oct 24, 2022).
Describe the bug
When clicking the X which "minimizes" TIDAL to the tray, a gap is left. It works correctly if you hit the minimize button. This is true even if I enable the
identify-tray-applicationfeature, pointed at TIDAL.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Komorebi should detect that it was "minimized" to the tray, and close the gap.
Screenshots and Videos


Before:
After:
Operating System
OS Name: Microsoft Windows 10 Pro
OS Version: 10.0.19044 N/A Build 19044
Additional context
Powertoys fancy zones is installed and running, but theoretically at least it shouldn't conflict at all, since I need to drag and hold shift for it to do anything. Could try killing it, but I think it probably has no bearing on this problem. This is the only AHK script, and this is the only automatic window manager.
@shinymerlyn commented on GitHub (Oct 25, 2022):
I can get it to float with a float toggle hotkey, and it says
TIDALas the title andTIDAL.exeas the executable inkomorebi status. So I'm not sure exactly the cause here. I sort of wonder if it just uses a non-standard method of "closing to tray"?@LGUG2Z commented on GitHub (May 14, 2024):
A lot of work has been done in reducing ghost tiles since this so I'm closing for now, please re-open if this issue persists