aboutsummaryrefslogtreecommitdiffstats
path: root/dmenu.1
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-12-26 16:04:49 +0100
committerJoe <rbo@gmx.us>2024-12-26 16:04:49 +0100
commit9c8bc4e708647be16b6c69a28603c3542db9c100 (patch)
tree18ef2626c9db480d5122b99d34c2b40fa1afcd01 /dmenu.1
parentup (diff)
downloaddmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.gz
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.bz2
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.xz
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.tar.zst
dmenu-9c8bc4e708647be16b6c69a28603c3542db9c100.zip
5.3
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.121
1 files changed, 9 insertions, 12 deletions
diff --git a/dmenu.1 b/dmenu.1
index 9165064..ff13eea 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -3,7 +3,7 @@
dmenu \- dynamic menu
.SH SYNOPSIS
.B dmenu
-.RB [ \-bfivP ]
+.RB [ \-bFfivP ]
.RB [ \-l
.IR lines ]
.RB [ \-m
@@ -48,8 +48,8 @@ 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.
+.B \-F
+disables fuzzy matching.
.TP
.B \-f
dmenu grabs the keyboard before reading stdin if not reading from a tty. This
@@ -64,9 +64,6 @@ dmenu will not directly display the keyboard input, but instead replace it with
.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.
@@ -86,6 +83,12 @@ and X color names are supported.
.BI \-nf " color"
defines the normal foreground color.
.TP
+.BI \-sb " color"
+defines the selected background color.
+.TP
+.BI \-sf " color"
+defines the selected foreground color.
+.TP
.BI \-nhb " color"
defines the normal highlight background color.
.TP
@@ -98,12 +101,6 @@ defines the selected highlight background color.
.BI \-shf " color"
defines the selected highlight foreground color.
.TP
-.BI \-sb " color"
-defines the selected background color.
-.TP
-.BI \-sf " color"
-defines the selected foreground color.
-.TP
.B \-v
prints version information to stdout, then exits.
.TP