]> wagner.pp.ru Git - sites/home_page.git/blobdiff - software/unix/xtitle.html
Добавлена информация по прадедам и прабабкам
[sites/home_page.git] / software / unix / xtitle.html
index c8bcdc79928a30b3388f321dfde6b98b67aa18dc..ccec9ff5cc02b95c7aea1e4316d68c753b83b246 100644 (file)
@@ -1,5 +1,5 @@
 <HTML><HEAD>
-<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
+<META HTTP-EQUIV="Content-Type" "text/html; charset=utf-8">
 <TITLE>Xtitle script</TITLE>
 <META NAME="description" CONTENT="Script which sets title of Xterm to
 given value or change font">
@@ -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>