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
My assumption is ghostty could be setting the title a bit too late?
Notes
Right now, the core Surface sends a set_title apprt action AFTER the surface is initialized, which -- at least for macOS -- happens to be after the Window (tabs are also windows in macOS) is created.
If the user sets an explicit title config, we should set that as part of the window creation process rather than wait for this message.
The text was updated successfully, but these errors were encountered:
Discussed in #5836
Originally posted by vaygr February 17, 2025
Steps to reproduce:
Even though the title is reported correctly once ghostty is launched:
But the rule never gets triggered, that is unless I remove
title
argument foryabai -m rule
or set it to^.*$
.I tested it with kitty to see if it could be yabai's issue, but no, it worked as expected:
My assumption is ghostty could be setting the title a bit too late?
Notes
Right now, the core Surface sends a
set_title
apprt action AFTER the surface is initialized, which -- at least for macOS -- happens to be after the Window (tabs are also windows in macOS) is created.If the user sets an explicit
title
config, we should set that as part of the window creation process rather than wait for this message.The text was updated successfully, but these errors were encountered: