File: runxmh.html

package info (click to toggle)
mh-book 200605-2
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 6,356 kB
  • ctags: 2,059
  • sloc: sh: 1,449; perl: 642; ansic: 279; php: 58; makefile: 39; csh: 8
file content (53 lines) | stat: -rw-r--r-- 1,994 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!-- $Id: runxmh.html 600 2006-05-31 22:13:43Z wohler $ -->
<html>
  <head>
    <meta name="Author" content="Jerry Peek">
    <title>Running xmh: MH &amp; nmh: Email for Users & Programmers</title>
    <?$book = '..'?>
    <link rel="stylesheet" href="<?=$book?>/mh.css" type="text/css">
  </head>

  <body>
    <?
      include "$book/mh.php";
      includeHeader('getsta-2.html', 'whawin.html');
    ?>

    <a name="index1"></a>
    <h1>Running xmh</h1>

    <p>
    The command to start <i>xmh</i> looks something like this:

    <pre>
    % <b>xmh -display <i>foobar</i>:0.0 -geometry 660x460+200+5 &amp;</b>
    </pre>

    That command opens a 660x460-pixel <i>xmh</i> window close to the
    top of the 0 display on screen 0 of the
    host <tt><i>foobar</i></tt>. If you have both monochrome and color
    screens, the monochrome screen may give you a faster response.
    The <i>-geometry</i> setting makes a different <i>xmh</i> window
    size than the default. If you want the default size, leave out
    the <tt>660x460</tt> in that command line. If you want the window
    in a different place, change the <tt>+200+5</tt>. Your window
    manager probably lets you place the window yourself -- in that
    case, you can omit the position completely. The Sections
    <a href="comliop.html">Command-line Options</a> and
    <a href="resfun.html">Changing How Commands Work</a> list other
    <i>xmh</i> command-line options and explain how to store your
    favorite geometry settings as defaults.

    <p>
    To start <i>xmh</i> now, you can type the command line in
    an <i>xterm</i> window. If you want an <i>xmh</i> window to open
    automatically whenever you start X, add that line to your startup
    file (like <i>.xsession</i>). If your window manager has a menu
    and <i>xmh</i> isn't on the menu, you might add it.

    <?
      includeFooter('$Date: 2006-05-31 15:13:43 -0700 (Wed, 31 May 2006) $',
        'OReilly: 1991, 1992, 1995');
    ?>
  </body>
</html>