reflecting names of running applications in terminal-names

David Wijnants dwijnants at askalix.com
Wed Sep 4 09:08:20 CEST 2002


I tried this shell script version of the same thing:

  #!/bin/sh
  # changes the terminal title
  printf "\x1b]0;$1\007"

Works fine with rxvt, but not with xterm =(


Dave.



Joe Klemmer wrote:
> 
> On Tue, 2002-09-03 at 15:37, Heiko Berges wrote:
> 
> > You can use an escape sequence to set xterm/xfterm and icon title:
> >
> > echo -en '^[]0;THE TITLE^G'
> >
> > ^[ == esc
> > ^G == Ctl - G
> >
> > I use a shellfunction for this.
> 
>         Doesn't seem to do anything for me.
> 
> --
> Attention all planets of the Solar Federation.
> We have assumed control.
> 
>   ------------------------------------------------------------------------
>                        Name: signature.asc
>    signature.asc       Type: application/pgp-signature
>                 Description: This is a digitally signed message part



More information about the Xfce mailing list