Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fbrun(1) [debian man page]

FBRUN(1)							  Fluxbox Manual							  FBRUN(1)

NAME
fbrun - display run dialog window SYNOPSIS
fbrun [options] DESCRIPTION
fbrun(1) is basically equivalent to the "Run..." dialog in other desktop environments. This means that it is an easy way to start a program that isn't contained in the menu (or needs a special set of parameters for this particular invocation). Pressing "Enter" will close the window and execute the command in your present $SHELL. Pressing "Esc" will close the window and does not execute anything. Another way fbrun can be useful is to be called from the menu with a preloaded command line that you can edit and then execute. An example might be sshing to a very long host name with lots of options of which one changes all the time. In this case, you could add an entry for fbrun to your menu that contains all the options and the host name. When you use said entry, you could edit the line as necessary and execute it. OPTIONS
-title title Set title -text text Text input -w width Window width in pixels -h height Window height in pixels -display display Display name, defaults to $DISPLAY -pos x y Window position in pixels -nearmouse Position the window under the mouse cursor -fg color Foreground text color. The default is black -bg color Background color. The default is white -font name Text font name -na Disable font antialias -hf filename History file to load. The default is ~/.fluxbox/fbrun_history. -help Show this help EXAMPLE
fbrun -fg black -bg white -text xterm -title "run xterm" AUTHORS
This manpage was originally written by Bastian Kleineidam <calvin at debian.org> for the Debian distribution of fluxbox (but may be used by others). It was then converted to asciidoc format by Jim Ramsay <i.am at jimramsay.com> for fluxbox-1.1.2 SEE ALSO
fluxbox(1) AUTHOR
Jim Ramsay <i.am@jimramsay.com> Author. fbrun.txt 18 February 2009 FBRUN(1)

Check Out this Related Man Page

XTERMSET(1)						      General Commands Manual						       XTERMSET(1)

NAME
xtermset - change settings of an xterm SYNOPSIS
xtermset [-option ...] DESCRIPTION
xtermset allows you to change the characteristics of an xterm window from the command line. Most options have the same names as those that you would give xterm at startup. OPTIONS
-store [<filename>] This option will save all the other command line options given to the filename. If filename is omitted then the options will be written to ~/.xtermsetrc. -default [<filename>] This option will load options from the specified filename. If the filename is omitted then the options will be loaded from ~/.xtermsetrc. Options specified on the command line preceed those that are in the options file. -f, -force xtermset normally checks if you are using it on a correct terminal (xterm (derivative) or dtterm (derivative). With this option you can override this checking. -T string, -title string Sets the window title. -n string Sets the icon name. -fg color Sets the VT100 foreground color. -bg color Sets the VT100 background color. -mousefg color Sets the mouse pointer foreground color. -mousebg color Sets the mouse pointer background color. -tekfg color Sets the Tektronix emulation window foreground color. -tekbg color Sets the Tektronix emulation window background color. -cr color Sets the text cursor color. -hc color Sets the color for highlighted (selected) text. -fn font-spec, -font font-spec Sets the font. -geom geometry-spec, -geometry geometry-spec Sets the window size and position; see X(1) for details. FILES
~/.xtermsetrc SEE ALSO
bash(1), xterm(1), X(1) BUGS
-geom does not support offsets from the left or bottom of the screen. If the geometry-spec isn't in the correct format, the output will be strange. AUTHORS
Breyten Ernsting (bje@dds.nl) Decklin Foster (decklin@home.com) User Commands Dec 2000 XTERMSET(1)
Man Page