1FBRUN(1) General Commands Manual FBRUN(1)
2
3
4
6 fbrun - display run dialog window
7
9 fbrun [options]...
10
12 fbrun is basically equivalent to the "Run..." dialog in other desktop
13 environments. This means that it is an easy way to start a program that
14 isn't contained in the menu (or needs a special set of parameters for
15 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
21 fbrun to your menu that contains all the options and the host name.
22 When you use said entry, you could edit the line as necessary and exe‐
23 cute it.
24
26 -font name
27 Text font name
28
29 -title name
30 Set title
31
32 -text text
33 Text input
34
35 -w width
36 Window width in pixels
37
38 -h height
39 Window height in pixels
40
41 -display name
42 Display name
43
44 -pos x y
45 Window position in pixels
46
47 -nearmouse
48 Position the window under the mouse cursor
49
50 -fg name
51 Foreground text color
52
53 -bg name
54 Background color
55
56 -na Disable antialias
57
58 -hf filename
59 History file to load (default ~/.fluxbox/fbrun_history
60
61 -help Show this help
62
64 fbrun -fg black -bg white -text xterm -title "run xterm"
65
67 This manpage was originally written by Bastian Kleineidam
68 <calvin@debian.org> for the Debian distribution of fluxbox (but may be
69 used by others).
70
71 The main author of fluxbox is Henrik Kinnunen <fluxgen@fluxbox.org>.
72
73
74
75 16 December 2003 FBRUN(1)