diff options
Diffstat (limited to 'doc/asciidoc/fbrun.txt')
-rw-r--r-- | doc/asciidoc/fbrun.txt | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/doc/asciidoc/fbrun.txt b/doc/asciidoc/fbrun.txt new file mode 100644 index 0000000..fd27be8 --- /dev/null +++ b/doc/asciidoc/fbrun.txt | |||
@@ -0,0 +1,92 @@ | |||
1 | fbrun(1) | ||
2 | ======== | ||
3 | Jim Ramsay <i.am@jimramsay.com> | ||
4 | v1.1.2, 18 February 2009 | ||
5 | :man source: fbrun.txt | ||
6 | :man version: {revision} | ||
7 | :man manual: Fluxbox Manual | ||
8 | |||
9 | NAME | ||
10 | ---- | ||
11 | fbrun - display run dialog window | ||
12 | |||
13 | SYNOPSIS | ||
14 | -------- | ||
15 | *fbrun* ['options'] | ||
16 | |||
17 | DESCRIPTION | ||
18 | ----------- | ||
19 | *fbrun(1)* is basically equivalent to the ``Run...'' dialog in other desktop | ||
20 | environments. This means that it is an easy way to start a program that isn't | ||
21 | contained in the menu (or needs a special set of parameters for this particular | ||
22 | invocation). | ||
23 | |||
24 | Pressing ``Enter'' will close the window and execute the command in your present | ||
25 | *$SHELL*. Pressing ``Esc'' will close the window and does not execute anything. | ||
26 | |||
27 | Another way fbrun can be useful is to be called from the menu with a | ||
28 | preloaded command line that you can edit and then execute. An example might be | ||
29 | sshing to a very long host name with lots of options of which one changes all | ||
30 | the time. In this case, you could add an entry for fbrun to your menu that | ||
31 | contains all the options and the host name. When you use said entry, you | ||
32 | could edit the line as necessary and execute it. | ||
33 | |||
34 | OPTIONS | ||
35 | ------- | ||
36 | *-title* 'title':: | ||
37 | Set title | ||
38 | |||
39 | *-text* 'text':: | ||
40 | Text input | ||
41 | |||
42 | *-w* 'width':: | ||
43 | Window width in pixels | ||
44 | |||
45 | *-h* 'height':: | ||
46 | Window height in pixels | ||
47 | |||
48 | *-display* 'display':: | ||
49 | Display name, defaults to *$DISPLAY* | ||
50 | |||
51 | *-pos* 'x' 'y':: | ||
52 | Window position in pixels | ||
53 | |||
54 | *-nearmouse*:: | ||
55 | Position the window under the mouse cursor | ||
56 | |||
57 | *-fg* 'color':: | ||
58 | Foreground text color. The default is *black* | ||
59 | |||
60 | *-bg* 'color':: | ||
61 | Background color. The default is *white* | ||
62 | |||
63 | *-font* 'name':: | ||
64 | Text font name | ||
65 | |||
66 | *-na*:: | ||
67 | Disable font antialias | ||
68 | |||
69 | *-hf* 'filename':: | ||
70 | History file to load. The default is *~/.fluxbox/fbrun_history*. | ||
71 | |||
72 | *-help*:: | ||
73 | Show this help | ||
74 | |||
75 | EXAMPLE | ||
76 | ------- | ||
77 | .... | ||
78 | fbrun -fg black -bg white -text xterm -title "run xterm" | ||
79 | .... | ||
80 | |||
81 | AUTHORS | ||
82 | ------- | ||
83 | This manpage was originally written by Bastian Kleineidam <calvin at | ||
84 | debian.org> for the Debian distribution of fluxbox (but may be used by | ||
85 | others). | ||
86 | |||
87 | It was then converted to asciidoc format by Jim Ramsay <i.am at jimramsay.com> | ||
88 | for fluxbox-1.1.2 | ||
89 | |||
90 | SEE ALSO | ||
91 | -------- | ||
92 | fluxbox(1) | ||