mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[BUG]: Ghost tile when using windows-terminal-quake #164
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 @fmiqbal on GitHub (Nov 17, 2022).
Describe the bug
I got ghost tile when using https://github.com/flyingpie/windows-terminal-quake, for a brief moment, the windows terminal show as tiled window as expected, but then the terminal-quake take over to tray, but it still leaves the blank space, and cannot be removed. I've tried to identify-tray-application for
windows-terminal-quake.exeandWindowsTerminal.exeas shown on task manager but to no avail.To Reproduce
Steps to reproduce the behavior:
Expected behavior
When the quake takes over, the window should be ignored
Screenshots and Videos
normal windows terminal behaviour
when the quake take over,
I still can focus on the ghost tile and move it around
Operating System
Additional context
Vanilla komorebic, with ahk on repo Readme.md
@BlueDrink9 commented on GitHub (Nov 28, 2022):
Do you know that recent windows terminal versions have support for this built in
It doesn't have this issue.
@fmiqbal commented on GitHub (Nov 28, 2022):
I specifically don't use that because it's not the behavior I want, bind to alt+esc, use full screen, doesn't show in taskbar, multiple tab. I use terminator on linux and so far, only that project come as close to my terminator behavior. I understand if this maybe only affect me, so if it can't be done, fine by me.
@LGUG2Z commented on GitHub (Jan 22, 2023):
@fmiqbal I got around to installing this to take a look; it seems like this just hijacks the
WindowsTerminal.exeprocess, so you can just add a float rule:komorebic float-rule exe WindowsTerminal.exe(orwt.exeor whichever binary/shim you use to start windows terminal). I just tried this out and I didn't have any issues with ghost tiles after adding the float rule.@fmiqbal commented on GitHub (Jan 22, 2023):
ah, ok, that works