summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+justsaumit@users.noreply.github.com>2022-01-27 22:11:08 +0530
committerGitHub <noreply@github.com>2022-01-27 22:11:08 +0530
commitfb07a43d3f15482de8ccdbec76e5b9606fd24b05 (patch)
tree10a52f2315526c7040a7f68703f3cdd2c852e703
parentadee17a43c5a92ddc88cfc022bf6b528f2fec17d (diff)
Update dmenu.1
-rw-r--r--dmenu.110
1 files changed, 9 insertions, 1 deletions
diff --git a/dmenu.1 b/dmenu.1
index 323f93c..9ea47b6 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,9 +3,11 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-bfiv ]
+.RB [ \-bfivP ]
.RB [ \-l
.IR lines ]
+.RB [ \-h
+.IR height ]
.RB [ \-m
.IR monitor ]
.RB [ \-p
@@ -47,9 +49,15 @@ 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
+.BI \-h " height"
+dmenu uses a menu line of at least 'height' pixels tall, but no less than 8.
+.TP
.BI \-m " monitor"
dmenu is displayed on the monitor number supplied. Monitor numbers are starting
from 0.