MacOS Quick Terminal - Attention Bell fires when terminal has focus #11666
Unanswered
Kryan90
asked this question in
Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Issue Description
When using ghostty quick terminal on MacOS Tahoe I had been noticing I would intermittently see the ghostty icon bouncing in the dock specifically when doing zsh shell tab completions. The behavior is somewhat intermittent. I was able to track down that it was related to the
bell-features = attentionflag and found that setting it tono-attentionstops the behavior, but I would prefer to not have it fully disabled.After some further investigation, I saw in the docs for that feature
Request the user's attention when Ghostty is unfocused, until it has received focus again.and realized the quick term does not count as "being focused." If I have another normal ghostty terminal up that has focus and then hit the quick term hot key, the dock bounce stops.Expected Behavior
When using the MacOS quick terminal with
bell-features = attentionthe dock icon should not be bouncing when the quick terminal is focused.Actual Behavior
When only the quick terminal is open and focused, the dock icon is bouncing when doing things like tab completions in the shell. The behavior does not happen inside of a normal ghostty terminal nor does it happen when using the quick terminal with a normal ghostty terminal as the last focused window. Setting
bell-features = no-attentiondisables this behavior in both quick and normal terminals.Reproduction Steps
bell-features = attentionis set (this is the default)cat .<tab>Ghostty Logs
No response
Ghostty Version
OS Version Information
MacOS 26.3.1
(Linux only) Display Server
None
(Linux only) Desktop Environment/Window Manager
No response
Minimal Ghostty Configuration
Additional Relevant Configuration
No response
I acknowledge that:
```) on separate lines.Beta Was this translation helpful? Give feedback.
All reactions