aboutsummaryrefslogtreecommitdiffstats
path: root/dmenu.1
diff options
context:
space:
mode:
authorLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-04-24 22:27:42 +0530
committerLibravatarLibravatar Biswakalyan Bhuyan <biswa@surgot.in> 2022-04-24 22:27:42 +0530
commit5d0383d0f874348cc3e0f363bd5d42aa273a4551 (patch)
treefa660649b1fd1b48320e0fe5b969e508929ce2bc /dmenu.1
parent23f008aa94cadca3b2db7ce963a1d1b23f0733e5 (diff)
downloaddmenu-5d0383d0f874348cc3e0f363bd5d42aa273a4551.tar.gz
dmenu-5d0383d0f874348cc3e0f363bd5d42aa273a4551.tar.bz2
dmenu-5d0383d0f874348cc3e0f363bd5d42aa273a4551.zip
Patched Dmenu
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.120
1 files changed, 9 insertions, 11 deletions
diff --git a/dmenu.1 b/dmenu.1
index 96cfc30..4c87074 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,11 +3,9 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-bfscv ]
+.RB [ \-bfirvP ]
.RB [ \-l
.IR lines ]
-.RB [ \-h
-.IR height ]
.RB [ \-m
.IR monitor ]
.RB [ \-p
@@ -42,22 +40,22 @@ 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.
.TP
-.B \-s
-dmenu matches menu items case sensitively.
+.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
+.B \-r
+dmenu will reject any input which would result in no matching option left.
.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.