Allow setting window title dynamically #6031
Replies: 2 comments 10 replies
-
It "doesn't work" because there's something else in your system that's setting the title using the same mechanism. Try setting |
Beta Was this translation helpful? Give feedback.
-
Why does setting |
Beta Was this translation helpful? Give feedback.
-
For terminals I have used so far (for example, tilix, alacritty, xterm), I have used the following shell script to set the terminal window title dynamically:
It simply worked.
However, with ghostty this printf command doesn't change the terminal title.
Is there any other way to set ghostty window title during the runtime?
I know it can be done via the config file.
However, it applies to the title of all ghostty windows.
I don't know how exactly this magic printf command works, but ghostty is the only terminal I have used so far, not supporting it.
Beta Was this translation helpful? Give feedback.
All reactions