diff options
| author | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 21:04:53 -0500 |
|---|---|---|
| committer | Douglas Rumbaugh <doug@douglasrumbaugh.com> | 2021-12-19 21:04:53 -0500 |
| commit | cbf2d02fa725bc18d54fb732b176aefd49232407 (patch) | |
| tree | 72492c19be0a0dc79c3ef0601a2629fd57a94328 | |
| parent | 7d3bbd5e04685934acef976f1b4258e86a394fa5 (diff) | |
| download | dmenu-cbf2d02fa725bc18d54fb732b176aefd49232407.tar.gz | |
Manpage
| -rw-r--r-- | dmenu.1 | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -3,7 +3,7 @@ dmenu \- dynamic menu .SH SYNOPSIS .B dmenu -.RB [ \-bfiv ] +.RB [ \-bfivP ] .RB [ \-l .IR lines ] .RB [ \-m @@ -40,6 +40,9 @@ which lists programs in the user's $PATH and runs the result in their $SHELL. .B \-b dmenu appears at the bottom of the screen. .TP +.B \-c +dmenu appears centered on the screen. +.TP .B \-f dmenu grabs the keyboard before reading stdin if not reading from a tty. This is faster, but will lock up X until stdin reaches end\-of\-file. @@ -47,6 +50,9 @@ is faster, but will lock up X until stdin reaches end\-of\-file. .B \-i dmenu matches menu items case insensitively. .TP +.B \-P +dmenu will not directly display the keyboard input, but instead replace it with dots. All data from stdin will be ignored. +.TP .BI \-l " lines" dmenu lists items vertically, with the given number of lines. .TP |