Re: FVWM: Updating rxvt titlebars

From: Stew Benedict <benedict_at_netcom.com>
Date: Thu, 16 Apr 1998 03:30:22 -0700 (PDT)

try this (I've got this in my .bashrc):

#set the title of an xterm to show $PWD

if [ "$TERM" = "xterm" ]; then
  function cd ()
  {
    builtin cd $*
    xtitle "`whoami`_at_${HOSTNAME%%.*}:$PWD (`date`)"
  }
  else
  function cd ()
  {
    builtin cd $*
  }
fi

xtitle()
{
    echo -e -n "\033]2;$*\007"
}

--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Thu Apr 16 1998 - 05:31:09 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:01 BST