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

DZEN(1) 						      General Commands Manual							   DZEN(1)

NAME
dzen2 - general-purpose messaging and notification for X11 SYNOPSIS
dzen2 [-v] [-p [seconds]] [-m [v|h]] [-ta <l|c|r>] [-sa <l|c|r>] [-x <pixel>] [-y <pixel>] [-w <pixel>] [-tw <pixel>] [-u] [-e <string>] [-l <lines>] [-fn <font>] [-bg <color>] [-fg <color>] [-xs <screen>] DESCRIPTION
Dzen is a general-purpose messaging and notification program for X11, desigend to be scriptable in any language and integrate well with window managers like dwm, wmii and xmonad though it will work with any windowmanger. Dzen expects the status message on its standard input, and uses a custom formatting language for colors and several other features (like bar meters and such). See README for detailed usage and scripting instructions. OPTIONS
-fg <color> Set foreground color. The <color> can be specified either as symbolic name (e.g. red, darkgreen, etc.) or as #rrggbb hex-value (e.g. #ffffaa). -bg <color> Set background color (same format as -fg). -fn <font> Set font (using the format of xlsfonts and xfontsel). -ta <l|c|r> Set alignement of title window content: l(eft), c(center) or r(ight). -tw <pixels> Set title window width. -sa <l|c|r> Set alignment of slave window (see -ta ). -l <lines> Number of lines to display in slave window (see (1) in README). -e <event1=action1:option1:...,action2;event2=...> Set up events and actions, eg. responses to mouse clicks (see (2) in README). -m Start up in menu mode (see (3) in README). -u Update contents of title and slave window simultaneously, see (see (4) in README). -p [<timeout>] Persist EOF (optional timeout in seconds). -x <pixels> Set x position on the screen. -y <pixels> Set y position on the screen. -h <pixels> Set line height (defaults to fontheight + 2 pixels). -w <pixels> width -xs <n> Set the Xinerama screen number where dzen should appear. -v Display version information. SEE ALSO
More detailed documentation (especially on the formatting language of dzen2) is available in /usr/share/doc/dzen2/README.gz. AUTHOR
Dzen2 has been written by Robert Manea. This manpage has been written, based on dzen documentation, by Petr Rokai, for Debian GNU/Linux, but may be used by others. This manpage falls under the same licence as Dzen2 itself, see /usr/share/doc/dzen2/copyright. DZEN(1)
Man Page