KiTTY icon indicating copy to clipboard operation
KiTTY copied to clipboard

Add option to prefix Windows Title with name of Session

Open pepoluan opened this issue 3 years ago • 2 comments

I love how KiTTY accepts remote's request to change Windows Title.

However, when two KiTTY windows are open, each connected to a different server, having two windows with the exact same name (because both of them are running two test suites with the same invocation) is confusing.

I propose adding an option, a checkbox, whereby KiTTY will prefix the Windows Title with the session name.

For instance, rather than two windows with the same title, say tox -e "qa,docs,static", first window would be, say ub-01: tox -e "qa,docs,static" and second window would be free-05: tox -e "qa,docs,static", whereby ub-01 and free-05 are the name of the session file.

pepoluan avatar Feb 19 '21 06:02 pepoluan

It should be %%s for adding session name to the windows title (in Windows\Behaviour configuration panel).

cyd01 avatar Feb 25 '21 16:02 cyd01

It should be %%s for adding session name to the windows title (in Windows\Behaviour configuration panel).

does it work for you now? in version 0.76.1.3p in my title it is displayed without substitution, that is, as is "%%s" kitty_title

GMVad avatar Feb 27 '23 14:02 GMVad