#!/bin/bash # (c) Thomas Guettler http://www.thomas-guettler.de # This script is in the public domain # Feedback welcome # # set the title of an xterm # (found in an FreeBSD maillinglist) # It is usefull in conjunction with window managers which show # the title of a xterm if you press ALT+TAB (e.g. enlightenment) # # There is also a programm called "xtermset" # which lets you set much more, but that's not # always available. # # Usage: settitle.sh "my new xterm title" # echo -e "\e]1;$@\a\e]2;$@\a"