diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-02-22 15:01:55 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-02-22 15:01:55 +0100 |
| commit | cce69140e3d5bc3626d5cb8a85f98b88fcfd5fb3 (patch) | |
| tree | e9ac18cb5859806d7188cbf2aa8e8129ad7a2de9 /dmenu/dmenu.1 | |
| parent | chore(dwm): sync with upstream (diff) | |
| download | suckless-setup-cce69140e3d5bc3626d5cb8a85f98b88fcfd5fb3.tar.gz | |
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)
Diffstat (limited to 'dmenu/dmenu.1')
| -rw-r--r-- | dmenu/dmenu.1 | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
