diff options
author | Philip Wittamore <philip@wittamore.com> | 2025-06-16 17:33:15 +0200 |
---|---|---|
committer | Philip Wittamore <philip@wittamore.com> | 2025-06-16 17:33:15 +0200 |
commit | 07013dd52c04158e8dc640d6209a8372a110fda0 (patch) | |
tree | efe0db391f2eee358d694ab7e1f1e4625c35fd6a /dmenu.1 | |
parent | 18a3bfdb765bfe9f72d8eb62bc7505e896a4e6f2 (diff) | |
download | dmenu-07013dd52c04158e8dc640d6209a8372a110fda0.tar.gz dmenu-07013dd52c04158e8dc640d6209a8372a110fda0.tar.bz2 dmenu-07013dd52c04158e8dc640d6209a8372a110fda0.zip |
update
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -3,7 +3,7 @@ dmenu \- dynamic menu .SH SYNOPSIS .B dmenu -.RB [ \-bfiv ] +.RB [ \-bFfiv ] .RB [ \-l .IR lines ] .RB [ \-m @@ -26,6 +26,14 @@ dmenu \- dynamic menu .IR color ] .RB [ \-sf .IR color ] +.RB [ \-nhb +.IR color ] +.RB [ \-nhf +.IR color ] +.RB [ \-shb +.IR color ] +.RB [ \-shf +.IR color ] .RB [ \-w .IR windowid ] .P @@ -49,6 +57,9 @@ dmenu appears at the bottom of the screen. .B \-c dmenu appears centered on the screen. .TP +.B \-F +disables fuzzy matching. +.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. @@ -102,6 +113,18 @@ defines the selected background color. .BI \-sf " color" defines the selected foreground color. .TP +.BI \-nhb " color" +defines the normal highlight background color. +.TP +.BI \-nhf " color" +defines the normal highlight foreground color. +.TP +.BI \-shb " color" +defines the selected highlight background color. +.TP +.BI \-shf " color" +defines the selected highlight foreground color. +.TP .B \-v prints version information to stdout, then exits. .TP |