]> www.wagner.pp.ru Git - sites/home_page.git/blob - software/unix/xtitle.html
Added bringup script to xtitle page, added XVKbd russian layout
[sites/home_page.git] / software / unix / xtitle.html
1 <HTML><HEAD>
2 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=koi8-r">
3 <TITLE>Xtitle script</TITLE>
4 <META NAME="description" CONTENT="Script which sets title of Xterm to
5 given value or change font">
6 </HEAD><BODY>
7 <H1>Xtitle</H1>
8 X title is very simple shell script, which allows to change title of
9 Xterm window (just outputting proper escape sequence). It can change
10 title of window:
11 <ul>
12 <li> It is running from (default)
13 <li> given as pseudo-tty name in command line
14 <li> where given command is running 
15 </ul>
16 <a href="xtitle.sh">script itself</a>
17 <!--<a href="xtitle.1">Man page</a> (<a href="xtitle.1.html">HTML
18 formatted</a>) -->
19 <h3>Parameters</h3>
20 <pre>
21 xtitle [ -t tty|-c command] [-i|-w|-f] title
22 </pre>
23 <dl>
24 <dt> -t <i>/dev/pts/N</i></dt><dd> specifies tty associated with xterm to
25 change</dd>
26 <dt>  -c <i>someprogram</i><dd> specifies command running in this
27 xterm</dd>
28 <dt> -i</dt><dd> notifies, that only icon name should be changed</dd>
29 <dt> -w</dt><dd> that window name only, not the icon name should be
30 changed (default - both)</dd>
31 <dt> -f</dt><dd> changes font instead of title. If you are specifying
32 XLFD font name, which start with hyphen, use -- to separate it from
33 options</dd>
34 <dt>-r</dt><dd> raises/deiconifies window instead of changing name</dd>
35 </dl>
36 <h2>BringUp script</h2>
37 <p>
38 This script brings up an xterm window with given command running, i.e
39 launches new one, if no is executed, or finds exisiting and
40 raises/deiconifies it.
41 </p>
42 <p>
43 <a href="bringup.sh">script</a>.
44 </p>
45 <p>
46 Usage:
47 </p>
48 <pre>
49         bringup Title command [parameters]
50 </pre>
51
52 Note that only command name is taking into account when  searching for
53 existing running program, not parameters.
54
55 </BODY>
56 </HTML>