kitty_set_window_title
Set a permanent or temporary title for specific kitty windows, or reset to the child-process-controlled title.
Instructions
Set the title for the specified kitty windows. By default the title is permanent (programs cannot change it). Use temporary to allow programs to change it. Omit title to reset to the child-process-controlled title.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | No | Window match expression. | |
| title | No | The new title. Omit or leave empty to reset to the child-process-controlled title. | |
| temporary | No | Allow programs to change the title afterwards. |