diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-14 16:00:46 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-14 16:02:57 +0100 |
commit | a46d058b01b2d04666201d4749dd70f51a96ab95 (patch) | |
tree | f6b53608848dca89e95cd3f07ea4f6c88057406c /dmenu.1 | |
parent | a346168afa9d5fbd17e0eaa9c2049f51d57dbad5 (diff) | |
download | dmenu-a46d058b01b2d04666201d4749dd70f51a96ab95.tar.gz dmenu-a46d058b01b2d04666201d4749dd70f51a96ab95.tar.bz2 dmenu-a46d058b01b2d04666201d4749dd70f51a96ab95.zip |
+fuzzy match/highlight custom installed
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 ] .P @@ -75,6 +83,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 |