LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   change window title in terminal (https://www.linuxquestions.org/questions/linux-general-1/change-window-title-in-terminal-38378/)

sandman 12-14-2002 07:48 PM

change window title in terminal
 
how do you change the title for all the terminal windows. i take alot of screenshots and it would be much more simple to have it not display my system name than to always open in gimp and blur it out.

leed_25 12-14-2002 08:07 PM

I hope that I undestand your question correctly. You didn't
really say what kind of terminal window you had in mind.
For an xterm, you can do that with a command line option,
and I presume that there's an analogoous feature for, say, a
Kterm or for a Gnome terminal window.

Here's a section from the xterm man page.

Quote:

-title string
This option specifies the window title string,
which may be displayed by window managers if the
user so chooses. The default title is the command
line specified after the -e option, if any, other-
wise the application name.

sandman 12-14-2002 08:35 PM

ya, i think that you are understanding me correctly. and all terminals display the same window title on my machine. but i tried xterm -title sandman and the same window title appears. i will read the man more but that was what i read from the man and couldn't get it to do what i wanted. thanks for the fast reply.

NSKL 12-15-2002 03:50 AM

Heres how i start my aterm:
aterm -tr -trsb -ls -rv -fn nexus -fb nexus -title "Slackware Terminal" -sl 10000
The -title bit is relevant to your problem. If you want the title to be more than one word, you have to include it in " ". Also try specifying both -title and -name. I think that's what i had to do in Eterms.
HTH
-NSKL

sandman 12-15-2002 03:55 AM

thanks, worked for aterm. couldn't get it to work for Eterm or konsole.
this is what i needed.thanks for your help


All times are GMT -5. The time now is 02:54 AM.