Set window title and icon name for X terminal windows
Set window title and icon for your X terminal
xtitle
$ xtitle 'My Project Workspace'
$ xtitle -t 'Editor' -i 'vim'
$ xtitle
$ xtitle "$(pwd)"
$ xtitle "Build: $(date +%H:%M:%S)"