aboutsummaryrefslogtreecommitdiff
path: root/docs/wmenu.1.scd
diff options
context:
space:
mode:
authorsewn <sewn@disroot.org>2024-03-10 18:00:48 +0300
committeradnano <me@adnano.co>2024-03-17 07:33:55 -0400
commit9e9284666c9fcf3278ad17f98a247658db8b2269 (patch)
treebcbba30593e468ee5e8186291ccad6556a3c21ab /docs/wmenu.1.scd
parent6ad7a303ef2ff130b84cfa718ace423a3101dbbb (diff)
downloadwmenu-9e9284666c9fcf3278ad17f98a247658db8b2269.tar.gz
port dmenu password patch
Diffstat (limited to 'docs/wmenu.1.scd')
-rw-r--r--docs/wmenu.1.scd6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/wmenu.1.scd b/docs/wmenu.1.scd
index 0117aa1..407da9f 100644
--- a/docs/wmenu.1.scd
+++ b/docs/wmenu.1.scd
@@ -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.