Fix kitty --title not overriding tab titles

It must set the OS Window title permanently.

Fixes #3893
This commit is contained in:
Kovid Goyal
2021-08-03 09:34:13 +05:30
parent be34af4555
commit 70b5f5bce3
8 changed files with 16 additions and 8 deletions

View File

@@ -596,7 +596,7 @@ Set the name part of the :italic:`WM_CLASS` property (defaults to using the valu
--title -T
Set the window title. This will override any title set by the program running inside kitty. So
Set the OS window title. This will override any title set by the program running inside kitty. So
only use this if you are running a program that does not set titles. If combined
with :option:`{appname} --session` the title will be used for all windows created by the
session, that do not set their own titles.