aboutsummaryrefslogtreecommitdiff
path: root/doc/fbrun.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fbrun.1')
-rw-r--r--doc/fbrun.167
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
8fbrun \- 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
13desktop environments. This means that it is an easy way to start a
14program that isn't contained in the menu (or needs a special set of
15parameters for this particular invocation).
16
17Another way fbrun can be useful is to be called from the menu with a
18preloaded command line that you can edit and then execute. An example
19might be sshing to a very long host name with lots of options of which
20one changes all the time. In this case, you could add an entry for fbrun
21to your menu that contains all the options and the host name. When you use
22said entry, you could edit the line as necessary and execute it.
23.SH OPTIONS
24.TP
25\fB-font\fP \fIname\fP
26Text font name
27.TP
28\fB-title\fP \fIname\fP
29Set title
30.TP
31\fB-text\fP \fItext\fP
32Text input
33.TP
34\fB-w\fP \fIwidth\fP
35Window width in pixels
36.TP
37\fB-h\fP \fIheight\fP
38Window height in pixels
39.TP
40\fB-display\fP \fIname\fP
41Display name
42.TP
43\fB-pos\fP \fIx\fP \fIy\fP
44Window position in pixels
45.TP
46\fB-fg\fP \fIname\fP
47Foreground text color
48.TP
49\fB-bg\fP \fIname\fP
50Background color
51.TP
52\fB-na\fP
53Disable antialias
54.TP
55\fB-hf\fP \fIfilename\fP
56History file to load (default ~/.fluxbox/fbrun_history
57.TP
58\fB-help\fP
59Show this help
60.SH EXAMPLE
61 \fBfbrun -fg black -bg white -text xterm -title "run xterm"\fP
62.SH AUTHOR
63This 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
67The main author of fluxbox is Henrik Kinnunen <fluxgen@fluxbox.org>.