Tagged Questions
2
votes
3answers
918 views
Fix terminal title after SSH remote logging to another machine
right now I am using an one-line perl code to change titles of my terminal bars,
print("\e]0;@ARGV\7");
but every time after I ssh to another remote machine, the title will be modified by the host ...
4
votes
2answers
308 views
Override the window title for an arbitrary window in KDE and set a custom window title
Using KDE here, but there might be a solution that works with other desktops environments too. I often am dealing with many many windows. Most windows contain many tabs (e.g. a Dolphin window with ...
