diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-06 17:35:30 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-06 17:35:30 +0100 |
commit | 7398f068c26037ef469cb569b375959810ab8dcb (patch) | |
tree | ddd4928674f02c0b89e6697782c23d3146de6776 /dmenu.1 | |
parent | Removed numbers (diff) | |
download | dmenu-7398f068c26037ef469cb569b375959810ab8dcb.tar.gz dmenu-7398f068c26037ef469cb569b375959810ab8dcb.tar.bz2 dmenu-7398f068c26037ef469cb569b375959810ab8dcb.tar.xz dmenu-7398f068c26037ef469cb569b375959810ab8dcb.tar.zst dmenu-7398f068c26037ef469cb569b375959810ab8dcb.zip |
Update to version 5.0, new patches
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 @@ and X color names are supported. .BI \-nf " color" defines the normal 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 .BI \-sb " color" defines the selected background color. .TP |