summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 21:04:53 -0500
committerDouglas Rumbaugh <doug@douglasrumbaugh.com>2021-12-19 21:04:53 -0500
commitcbf2d02fa725bc18d54fb732b176aefd49232407 (patch)
tree72492c19be0a0dc79c3ef0601a2629fd57a94328
parent7d3bbd5e04685934acef976f1b4258e86a394fa5 (diff)
downloaddmenu-cbf2d02fa725bc18d54fb732b176aefd49232407.tar.gz
Manpage
-rw-r--r--dmenu.18
1 files changed, 7 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1
index 323f93c..d3d3cff 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -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