diff options
author | adnano <me@adnano.co> | 2024-05-03 21:34:10 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-05-03 21:34:10 -0400 |
commit | 81d46e39120bcb7c24cec2105e05f3524e8bd548 (patch) | |
tree | b99c39edae2a6932ccec8205f16f8b0a5028c8b3 | |
parent | 8f958478111933f8b1ce8405203026c2cc91fde8 (diff) | |
download | wmenu-81d46e39120bcb7c24cec2105e05f3524e8bd548.tar.gz |
docs: Add wmenu-run
-rw-r--r-- | docs/wmenu.1.scd | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/wmenu.1.scd b/docs/wmenu.1.scd index 407da9f..f489c84 100644 --- a/docs/wmenu.1.scd +++ b/docs/wmenu.1.scd @@ -1,4 +1,4 @@ -wmenu(1) +WMENU(1) # NAME @@ -15,13 +15,18 @@ wmenu - dynamic menu for Wayland [-M _color_] [-m _color_] \ [-S _color_] [-s _color_] +*wmenu-run* ... + # DESCRIPTION -wmenu is a dynamic menu for Wayland, which reads a list of newline-separated +*wmenu* is a dynamic menu for Wayland, which reads a list of newline-separated items from stdin. When the user selects an item and presses Return, their choice is printed to stdout and wmenu terminates. Entering text will narrow the items to those matching the tokens in the input. +*wmenu-run* is a special invocation of wmenu which lists programs in the user's +$PATH and runs the result. + # OPTIONS *-b* |