-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ghostty tabs are multiple (invisible) windows #778
Comments
This has been fixed in |
I don't think this is completely fixed. I've got this aerospace config: [[on-window-detected]]
if.app-id = "com.mitchellh.ghostty"
run = ["move-node-to-workspace G"] And each time I create a tab in Ghostty, it behaves like in your video above. I'm on However, if I instead use this config, and manually unfloat the window ( [[on-window-detected]]
if.app-id = "com.mitchellh.ghostty"
run = [
+ "layout floating",
"move-node-to-workspace G",
] |
I think you're right, I just tried another time and the issue returned. After I restart Aerospace it seems to be working for a while, I don't know exactly what triggers that behavior. |
Kind of looks like Ghostty must be started in floating (non-tiling) mode. Then you can unfloat (make it tile) and it will be ok, until restart of Ghostty. |
Duplicate of #68 |
Describe the bug
First of all: I love Aerospace, you made me like Mac OS again!
I just started trying ghostty, I'm not very familiar with Mac OS windows nor how Aerospace works internally. What I see is that if I use multiple ghostty tabs, they look like invisible windows. I.e. if I have 3 tabs, Aerospace splits my screen like I have 3 windows but only one of them is visible. If I use ghostty shortcuts to switch between them, the visible becomes invisible, and the next one becomes visible.
I have a screen recording:
broken.ext.display.mp4
aerospace debug-windows (switching between the two tabs)
Related issues you could find
#445
The text was updated successfully, but these errors were encountered: