Bug when opening fullscreen window after quick-terminal was activated (macos) #5230
Unanswered
dzirtusss
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ghostty doesn't open back fullscreen window on macos after quick-terminal.
How to reproduce:
fullscreen: true
and quick-terminalopen -a ghostty
- works normallyopen -a safari
or any other non-fullscreen appopen -a ghostty
- BUG this switches to ghossty app (it is in the menubar), but doesn't switch to main window and it is not selected as defaultPS if main window is not fullscreen all works fine.
Atm, workaround is following:
open -a ghostty osascript -e 'tell application "System Events" to tell process "Ghostty" to set frontmost to true'
which fixes the problem.
Beta Was this translation helpful? Give feedback.
All reactions