update manpage
05824808
1 file(s) · +6 −9
| 25 | 25 | .BR dmenu_run " ..." |
|
| 26 | 26 | .SH DESCRIPTION |
|
| 27 | 27 | .B dmenu |
|
| 28 | - | is a dynamic menu for X, originally designed for |
|
| 29 | - | .IR dwm (1). |
|
| 30 | - | It manages huge numbers of user\-defined menu items efficiently. |
|
| 31 | - | .P |
|
| 32 | - | dmenu reads a list of newline\-separated items from stdin and creates a menu. |
|
| 33 | - | When the user selects an item or enters any text and presses Return, their |
|
| 34 | - | choice is printed to stdout and dmenu terminates. |
|
| 28 | + | is a dynamic menu for X, which reads a list of newline\-separated items from |
|
| 29 | + | stdin. When the user selects an item and presses Return, their choice is printed |
|
| 30 | + | to stdout and dmenu terminates. Entering text will narrow the items to those |
|
| 31 | + | matching the tokens in the input. |
|
| 35 | 32 | .P |
|
| 36 | 33 | .B dmenu_run |
|
| 37 | 34 | is a dmenu script used by dwm which lists programs in the user's $PATH and |
|
| 42 | 39 | dmenu appears at the bottom of the screen. |
|
| 43 | 40 | .TP |
|
| 44 | 41 | .B \-f |
|
| 45 | - | dmenu grabs the keyboard before reading stdin. This is faster, but may lock up |
|
| 46 | - | X if stdin is from a terminal. |
|
| 42 | + | dmenu grabs the keyboard before reading stdin. This is faster, but will lock up |
|
| 43 | + | X until stdin reaches end\-of\-file. |
|
| 47 | 44 | .TP |
|
| 48 | 45 | .B \-i |
|
| 49 | 46 | dmenu matches menu items case insensitively. |
|