port dmenu password patch

This commit is contained in:
sewn 2024-03-10 18:00:48 +03:00 committed by adnano
parent 6ad7a303ef
commit 9e9284666c
4 changed files with 37 additions and 6 deletions

View file

@ -6,7 +6,7 @@ wmenu - dynamic menu for Wayland
# SYNOPSIS
*wmenu* [-biv] \
*wmenu* [-biPv] \
[-f _font_] \
[-l _lines_] \
[-o _output_] \
@ -30,6 +30,10 @@ to those matching the tokens in the input.
*-i*
wmenu matches menu items case insensitively.
*-P*
wmenu will not directly display the keyboard input, but instead replace it
with asterisks. All data from stdin will be ignored.
*-v*
prints version information to stdout, then exits.