www.LinuxHowtos.org

edit this article

setting xterm title

To set a xterm title (or any compatible x-shell app)
run:
echo -ne "\033]0;string\007 -- to set icon name and window title to string
echo -ne "\033]1;string\007 -- to set icon name to string
echo -ne "\033]2;string\007 -- to set window title to string
rate this article:
current rating: average rating: 1.2 (307 votes) (1=very good 6=terrible)
Your rating:
Very good (1) Good (2) ok (3) average (4) bad (5) terrible (6)

back