How to name (multiple) windows inside tabs #7640
Replies: 7 comments 1 reply
-
Use the set window title action or remote control feature or session
script, whichever fits your workflow better.
|
Beta Was this translation helpful? Give feedback.
-
I use a session file to setup the tabs and windows and I launch kitty on Gnome login.
I'm unsure how this works with |
Beta Was this translation helpful? Give feedback.
-
Don't use title use --class and the sessoins example in the docs shows
you how to set that.
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I tried the example from the docs but the windows in the tab are unchanged, what am I missing here?
|
Beta Was this translation helpful? Give feedback.
-
The windows have no titles even with launch --title foo bash -c.. |
Beta Was this translation helpful? Give feedback.
-
Sorry, I have no clue what you are trying to do and what you are
actually doing.
Window titles are not displayed anywhere. The tab bar shows the title of
the currently active window. The OS Window titlebar show the title of
the currently active window in the currently active tab.
When you launch using --title the window will have its title permanently
set to whatever you specify. Nothing running in the window can change
it.
kitty --session <(echo -e "launch --title works\nlaunch --title works2")
works as expected.
Good luck.
|
Beta Was this translation helpful? Give feedback.
-
Ah, for some reason I thought each window could have its name overlaid somewhere within the window itself. I removed the fixed name I had for that tab and now I can see my custom titles when I mouseover the windows in that tab. |
Beta Was this translation helpful? Give feedback.
-
I run multiple windows inside a tab that are viewing remote logs from different servers.
Is it possible to name each window so I can tell which log window belongs to which server?
Beta Was this translation helpful? Give feedback.
All reactions