Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dmenu(1) [debian man page]

DMENU(1)						      General Commands Manual							  DMENU(1)

NAME
dmenu - dynamic menu SYNOPSIS
dmenu [-b] [-i] [-l lines] [-m monitor] [-p prompt] [-fn font] [-nb color] [-nf color] [-sb color] [-sf color] [-v] dmenu_run ... dmenu_path DESCRIPTION
dmenu is a dynamic menu for X, originally designed for dwm(1). It manages huge numbers of user-defined menu items efficiently. dmenu reads a list of newline-separated items from standard input and creates a menu. When the user selects an item or enters any text and presses Return, their choice is printed to standard output and dmenu terminates. dmenu_run is a dmenu script used by dwm which lists programs in the user's PATH and executes the selected item. dmenu_path is a program used by dmenu_run to find and cache a list of executables. OPTIONS
-b dmenu appears at the bottom of the screen. -i dmenu matches menu items case insensitively. -l lines dmenu lists items vertically, with the given number of lines. -m monitor dmenu appears on the given Xinerama screen. -p prompt defines the prompt to be displayed to the left of the input field. -fn font defines the font or font set used. -nb color defines the normal background color. #RGB, #RRGGBB, and color names are supported. -nf color defines the normal foreground color. -sb color defines the selected background color. -sf color defines the selected foreground color. -v prints version information to standard output, then exits. USAGE
dmenu is completely controlled by the keyboard. Besides standard Unix line editing and item selection (Up/Down/Left/Right, PageUp/Page- Down, Home/End), the following keys are recognized: Tab (Control-i) Copy the selected item to the input field. Return (Control-j) Confirm selection. Prints the selected item to standard output and exits, returning success. Shift-Return (Control-Shift-j) Confirm input. Prints the input text to standard output and exits, returning success. Escape (Control-c) Exit without selecting an item, returning failure. Control-y Paste the current X selection into the input field. SEE ALSO
dwm(1) dmenu-4.2.1 DMENU(1)

Check Out this Related Man Page

wordview(1)						      General Commands Manual						       wordview(1)

NAME
wordview - displays text contained in MS-Word file in X window SYNOPSIS
wordview [ filename] DESCRIPTION
wordview is simple GUI wrapper around catdoc(1) which allows to browse through word file interactively. It doesn't allow to edit file, but allows to save plain text representation (or version with some TeX commands) into the file. If for some reason catdoc doesn't recognize file encoding properly, wordview allows to specify encoding interactively. OPTIONS
wordview supports standard X options, supported by wish(1) X RESOURCES
Following X resources can be used to customize wordviewlook: Wordview.Text.Background background color for main window Wordview.Text.Foreground Foreground color for main window Wordview.Text.selectBackground Background color of selected text Wordview.Text.selectForeground Foreground color of selected text Wordview.Text.Font Font to display text. We recommend to use fixed-width font, such as Courier, because catdoc(1) is intended to convert Word into text. Either XLFD font names or Tk-style font specifications like {Courier 12pt} can be used for specifying font. If you use XLFD font names, usage of unicode (iso10646-1) fonts is recommended. Wordview.Text.findMode How to search text. This option can have value either exact or regexp and specifies whether text is searched for exact match or for regular expression by default. This behavior can be toggled interactively via checkbox in the search dialog. Wordview.Text.findCase This boolean option controls whether search is case-sensitive. Default is no. Wordview.Menu.highlightBackground Background color for highlighted menu item Wordview.Menu.highlightThickness Wordview.Menu.activeBackground Background color of active menu item. Wordview.Menu.activeBorderWidth Width (in pixels) of border around highlighted menu item. Default is 0, which differs from Tk global default. See options(n) for more details. A lot of other resource options which affect behavoir of standard Tk widgets can affect wordview. See Tcl/Tk manual pages for more informa- tion. SEE ALSO
catdoc(1),wish(1),options(n) AUTHOR
Victor Wagner <vitus@45.free.net>. MS-Word reader Version 0.94.4 wordview(1)
Man Page