mirror of
https://codeberg.org/adnano/wmenu.git
synced 2026-02-18 22:05:27 -05:00
Main commit; add features, remove wmenu-run.c, create wmenu-run script and update all docs and build system files.
This commit is contained in:
parent
fc69aa6e2b
commit
65f3093bb3
9 changed files with 47 additions and 118 deletions
|
|
@ -9,6 +9,8 @@ wmenu - dynamic menu for Wayland
|
|||
*wmenu* [-biPv] \
|
||||
[-f _font_] \
|
||||
[-l _lines_] \
|
||||
[-g _height_] \
|
||||
[-w _width_] \
|
||||
[-o _output_] \
|
||||
[-p _prompt_] \
|
||||
[-N _color_] [-n _color_] \
|
||||
|
|
@ -24,8 +26,8 @@ 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.
|
||||
*wmenu-run* is a special script which lists programs in the user's
|
||||
$PATH and runs the result with the main *wmenu* executable.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
|
|
@ -49,6 +51,12 @@ $PATH and runs the result.
|
|||
*-l* _lines_
|
||||
wmenu lists items vertically, with the given number of lines.
|
||||
|
||||
*-g* _height_
|
||||
this value will be added to the height of each line.
|
||||
|
||||
*-w* _width_
|
||||
the width of the window will be constrained to this value.
|
||||
|
||||
*-o* _output_
|
||||
wmenu is displayed on the output with the given name.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue