summaryrefslogtreecommitdiff
path: root/dmenu.1
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-21 13:51:47 -0600
committerzachir <zachir@librem.one>2023-02-21 13:51:47 -0600
commit17f838e4987aae8a81858d5f132de0a51669d6e5 (patch)
tree167c7d13d4cc67bba9e4db56c7f114303e31c4e4 /dmenu.1
parent59fbcc368693d01182e41ec8f397b9e47325cd8c (diff)
add fuzzyhighlight-caseinsensitive patch
Diffstat (limited to 'dmenu.1')
-rw-r--r--dmenu.120
1 files changed, 20 insertions, 0 deletions
diff --git a/dmenu.1 b/dmenu.1
index bd3dd40..82dca41 100644
--- a/dmenu.1
+++ b/dmenu.1
@@ -20,6 +20,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 ]
.RB [ \-d
@@ -82,6 +90,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