+ Reply to Thread
Results 1 to 1 of 1

Thread: Change / Set the title of your xterm window

  1. #1
    X03
    X03 is offline Newbie
    Join Date
    Mar 2008
    Posts
    7
    Rep Power
    0

    Change / Set the title of your xterm window

    This is a small script that changes the title of any xterm window. It consists of two lines:

    Code:
    
    #!/bin/sh
    printf "\033]0;$1\007"
    Usage: ./chtitle.sh YourTitleHere

    You can replace $1 with a title and include this in your login scripts if you like.
    Attached Files Attached Files

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. change window deskup background?
    By Hamed in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-25-2012, 02:41 AM
  2. Replies: 0
    Last Post: 07-01-2010, 01:48 AM
  3. create a new window without window.h
    By Kalanij in forum C and C++
    Replies: 14
    Last Post: 12-24-2008, 02:44 PM
  4. Change the caption of a window!!!
    By sakishrist in forum Visual Basic Programming
    Replies: 12
    Last Post: 05-04-2008, 06:03 AM
  5. Replies: 3
    Last Post: 11-26-2007, 06:45 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts