diff options
author | grubert <grubert> | 2004-01-20 11:17:50 (GMT) |
---|---|---|
committer | grubert <grubert> | 2004-01-20 11:17:50 (GMT) |
commit | 602b24bcce092729a51e01e3ad4d2dbecd2b072d (patch) | |
tree | 9c5a450a4c5e20c79b60105990d5bfa015e17333 /doc/fbrun.1 | |
parent | d7e356d907c1b1cc2572d60685215a1453197090 (diff) | |
download | fluxbox-602b24bcce092729a51e01e3ad4d2dbecd2b072d.zip fluxbox-602b24bcce092729a51e01e3ad4d2dbecd2b072d.tar.bz2 |
Add: manpages.
Diffstat (limited to 'doc/fbrun.1')
-rw-r--r-- | doc/fbrun.1 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/fbrun.1 b/doc/fbrun.1 new file mode 100644 index 0000000..e350402 --- /dev/null +++ b/doc/fbrun.1 | |||
@@ -0,0 +1,67 @@ | |||
1 | .\" | ||
2 | .\" Man page for fbrun | ||
3 | .\" | ||
4 | .\" Copyright (c) 2004 by Bastian Kleineidam <reflexionsniveau@web.de> | ||
5 | .\" | ||
6 | .TH FBRUN 1 "16 December 2003" | ||
7 | .SH NAME | ||
8 | fbrun \- display run dialog window | ||
9 | .SH SYNOPSIS | ||
10 | \fBfbrun\fP [\fIoptions\fP]... | ||
11 | .SH DESCRIPTION | ||
12 | \fBfbrun\fP is basically equivalent to the "Run..." dialog in other | ||
13 | desktop environments. This means that it is an easy way to start a | ||
14 | program that isn't contained in the menu (or needs a special set of | ||
15 | parameters for this particular invocation). | ||
16 | |||
17 | Another way fbrun can be useful is to be called from the menu with a | ||
18 | preloaded command line that you can edit and then execute. An example | ||
19 | might be sshing to a very long host name with lots of options of which | ||
20 | one changes all the time. In this case, you could add an entry for fbrun | ||
21 | to your menu that contains all the options and the host name. When you use | ||
22 | said entry, you could edit the line as necessary and execute it. | ||
23 | .SH OPTIONS | ||
24 | .TP | ||
25 | \fB-font\fP \fIname\fP | ||
26 | Text font name | ||
27 | .TP | ||
28 | \fB-title\fP \fIname\fP | ||
29 | Set title | ||
30 | .TP | ||
31 | \fB-text\fP \fItext\fP | ||
32 | Text input | ||
33 | .TP | ||
34 | \fB-w\fP \fIwidth\fP | ||
35 | Window width in pixels | ||
36 | .TP | ||
37 | \fB-h\fP \fIheight\fP | ||
38 | Window height in pixels | ||
39 | .TP | ||
40 | \fB-display\fP \fIname\fP | ||
41 | Display name | ||
42 | .TP | ||
43 | \fB-pos\fP \fIx\fP \fIy\fP | ||
44 | Window position in pixels | ||
45 | .TP | ||
46 | \fB-fg\fP \fIname\fP | ||
47 | Foreground text color | ||
48 | .TP | ||
49 | \fB-bg\fP \fIname\fP | ||
50 | Background color | ||
51 | .TP | ||
52 | \fB-na\fP | ||
53 | Disable antialias | ||
54 | .TP | ||
55 | \fB-hf\fP \fIfilename\fP | ||
56 | History file to load (default ~/.fluxbox/fbrun_history | ||
57 | .TP | ||
58 | \fB-help\fP | ||
59 | Show this help | ||
60 | .SH EXAMPLE | ||
61 | \fBfbrun -fg black -bg white -text xterm -title "run xterm"\fP | ||
62 | .SH AUTHOR | ||
63 | This manpage was originally written by Bastian Kleineidam | ||
64 | <calvin@debian.org> for the Debian distribution of fluxbox | ||
65 | (but may be used by others). | ||
66 | |||
67 | The main author of fluxbox is Henrik Kinnunen <fluxgen@fluxbox.org>. | ||