From cce69140e3d5bc3626d5cb8a85f98b88fcfd5fb3 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sun, 22 Feb 2026 15:01:55 +0100 Subject: chore(dmenu): sync with upstream Commits: - cleanup schemes and colors (77f96d7) - drw.c: drw_scm_free: call free inside (8b48986) - add -of and -ob arguments for outline colors options for multi-selection (7175c48) --- dmenu/dmenu.1 | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'dmenu/dmenu.1') diff --git a/dmenu/dmenu.1 b/dmenu/dmenu.1 index 2bf9c77..0e22e14 100644 --- a/dmenu/dmenu.1 +++ b/dmenu/dmenu.1 @@ -22,6 +22,10 @@ dmenu \- dynamic menu .IR color ] .RB [ \-sf .IR color ] +.RB [ \-ob +.IR color ] +.RB [ \-of +.IR color ] .RB [ \-w .IR windowid ] .P @@ -86,6 +90,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 -- cgit v1.2.3