summaryrefslogtreecommitdiff
path: root/doc/fbrun.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fbrun.1')
-rw-r--r--doc/fbrun.170
1 files changed, 0 insertions, 70 deletions
diff --git a/doc/fbrun.1 b/doc/fbrun.1
deleted file mode 100644
index a6555eb..0000000
--- a/doc/fbrun.1
+++ /dev/null
@@ -1,70 +0,0 @@
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-nearmouse\fP
47Position the window under the mouse cursor
48.TP
49\fB-fg\fP \fIname\fP
50Foreground text color
51.TP
52\fB-bg\fP \fIname\fP
53Background color
54.TP
55\fB-na\fP
56Disable antialias
57.TP
58\fB-hf\fP \fIfilename\fP
59History file to load (default ~/.fluxbox/fbrun_history
60.TP
61\fB-help\fP
62Show this help
63.SH EXAMPLE
64 \fBfbrun -fg black -bg white -text xterm -title "run xterm"\fP
65.SH AUTHOR
66This manpage was originally written by Bastian Kleineidam
67<calvin@debian.org> for the Debian distribution of fluxbox
68(but may be used by others).
69
70The main author of fluxbox is Henrik Kinnunen <fluxgen@fluxbox.org>.