diff options
| author | Julien Addé <juadde+suckless@gmail.com> | 2026-01-28 15:57:20 +0100 |
|---|---|---|
| committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2026-01-30 11:09:51 +0100 |
| commit | 7175c4880bac3d2a2d4a6262b59193f0a38e2fdb (patch) | |
| tree | 15d18f3f99a0a21659ed7e1b48939a6f2a166218 /dmenu.1 | |
| parent | 8b48986f4c730725367e2865e5ea24931855018f (diff) | |
| download | dmenu-master.tar.gz dmenu-master.tar.bz2 dmenu-master.tar.xz dmenu-master.zip | |
Diffstat (limited to 'dmenu.1')
| -rw-r--r-- | dmenu.1 | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -20,6 +20,10 @@ dmenu \- dynamic menu .IR color ] .RB [ \-sf .IR color ] +.RB [ \-ob +.IR color ] +.RB [ \-of +.IR color ] .RB [ \-w .IR windowid ] .P @@ -75,6 +79,12 @@ defines the selected background color. .BI \-sf " color" defines the selected foreground color. .TP +.BI \-ob " color" +defines the outline background color (for multiple selection). +.TP +.BI \-of " color" +defines the outline foreground color (for multiple selection). +.TP .B \-v prints version information to stdout, then exits. .TP |
