X-Git-Url: http://www.wagner.pp.ru/gitweb/?p=sites%2Fhome_page.git;a=blobdiff_plain;f=software%2Funix%2Fxtitle.html;h=fe227e31ea95ffb8f01878bc92903392152a25d0;hp=c8bcdc79928a30b3388f321dfde6b98b67aa18dc;hb=80ef9a31a67d47857199502734a95700aae707ea;hpb=86ea87513c4c66ebfee8ef2a887730aaef65a82d diff --git a/software/unix/xtitle.html b/software/unix/xtitle.html index c8bcdc7..fe227e3 100644 --- a/software/unix/xtitle.html +++ b/software/unix/xtitle.html @@ -13,8 +13,44 @@ title of window:
  • given as pseudo-tty name in command line
  • where given command is running -script itself +script itself +

    Parameters

    +
    +xtitle [ -t tty|-c command] [-i|-w|-f] title
    +
    +
    +
    -t /dev/pts/N
    specifies tty associated with xterm to +change
    +
    -c someprogram
    specifies command running in this +xterm
    +
    -i
    notifies, that only icon name should be changed
    +
    -w
    that window name only, not the icon name should be +changed (default - both)
    +
    -f
    changes font instead of title. If you are specifying +XLFD font name, which start with hyphen, use -- to separate it from +options
    +
    -r
    raises/deiconifies window instead of changing name
    +
    +

    BringUp script

    +

    +This script brings up an xterm window with given command running, i.e +launches new one, if no is executed, or finds exisiting and +raises/deiconifies it. +

    +

    +script. +

    +

    +Usage: +

    +
    +	bringup Title command [parameters]
    +
    + +Note that only command name is taking into account when searching for +existing running program, not parameters. +