]> www.wagner.pp.ru Git - sites/home_page.git/blobdiff - software/unix/xtitle.html
Added bringup script to xtitle page, added XVKbd russian layout
[sites/home_page.git] / software / unix / xtitle.html
index c8bcdc79928a30b3388f321dfde6b98b67aa18dc..fe227e31ea95ffb8f01878bc92903392152a25d0 100644 (file)
@@ -13,8 +13,44 @@ title of window:
 <li> given as pseudo-tty name in command line
 <li> where given command is running 
 </ul>
-<a href="xtitle.sh">script itself</h1>
+<a href="xtitle.sh">script itself</a>
 <!--<a href="xtitle.1">Man page</a> (<a href="xtitle.1.html">HTML
 formatted</a>) -->
+<h3>Parameters</h3>
+<pre>
+xtitle [ -t tty|-c command] [-i|-w|-f] title
+</pre>
+<dl>
+<dt> -t <i>/dev/pts/N</i></dt><dd> specifies tty associated with xterm to
+change</dd>
+<dt>  -c <i>someprogram</i><dd> specifies command running in this
+xterm</dd>
+<dt> -i</dt><dd> notifies, that only icon name should be changed</dd>
+<dt> -w</dt><dd> that window name only, not the icon name should be
+changed (default - both)</dd>
+<dt> -f</dt><dd> changes font instead of title. If you are specifying
+XLFD font name, which start with hyphen, use -- to separate it from
+options</dd>
+<dt>-r</dt><dd> raises/deiconifies window instead of changing name</dd>
+</dl>
+<h2>BringUp script</h2>
+<p>
+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.
+</p>
+<p>
+<a href="bringup.sh">script</a>.
+</p>
+<p>
+Usage:
+</p>
+<pre>
+       bringup Title command [parameters]
+</pre>
+
+Note that only command name is taking into account when  searching for
+existing running program, not parameters.
+
 </BODY>
 </HTML>