You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ixpict
changed the title
Ghostty quick-terminal swaps window on primary screen
Ghostty quick-terminal swaps window on current screen
May 2, 2025
ixpict
changed the title
Ghostty quick-terminal swaps window on current screen
Ghostty quick-terminal swaps window on current screen with Ghossty app when Ghossty app not first
May 2, 2025
Oh! It seems I've got it, the issue is actually with the hotfix for tab problems from Ghostty. The event for creating a window triggers -m space --layout bsp, and this rearranges the window layout. But without it, there are strange window behaviours when creating tabs in this terminal.
Well, adding subrole="AXStandardWindow" doesn't solve the problem.
yabai -m signal --add app='^Ghostty$' subrole="AXStandardWindow" event=window_created action='yabai -m space --layout bsp'
yabai -m signal --add app='^Ghostty$' subrole="AXStandardWindow" event=window_destroyed action='yabai -m space --layout bsp'
Could you suggest where to dig further or how best to report the bug to Ghostty dev?
I am using Ghostty and have added the recommended rules, but when I call Quick-Terminal, sometimes the arrangement of the current window changes.
Current rules:
The rules for the popup window with the AXFloatingWindow subrole don't seem to be working, do they?
Here is the description of the Ghostty window for the quick terminal.
macos version: 15.4.1
Ghostty 1.1.3
How to reproduce:
Ctrl+`
:keybind = global:ctrl+grave_accent=toggle_quick_terminal
)The text was updated successfully, but these errors were encountered: