diff options
author | adnano <me@adnano.co> | 2024-05-02 14:44:09 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-05-02 14:44:09 -0400 |
commit | 6a39269d2e73273de324ed156eba71e5bdcd9602 (patch) | |
tree | 50603b39bcac51561ce0b84ec397dc85dcd9c9e2 /docs/wmenu.1.scd | |
parent | e4c4627eebc57a6af5812c69f6dc3f9992d9c770 (diff) | |
download | wmenu-6a39269d2e73273de324ed156eba71e5bdcd9602.tar.gz |
Drop wmenu -x option
Diffstat (limited to 'docs/wmenu.1.scd')
-rw-r--r-- | docs/wmenu.1.scd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/wmenu.1.scd b/docs/wmenu.1.scd index cfcbd84..407da9f 100644 --- a/docs/wmenu.1.scd +++ b/docs/wmenu.1.scd @@ -6,7 +6,7 @@ wmenu - dynamic menu for Wayland # SYNOPSIS -*wmenu* [-biPvx] \ +*wmenu* [-biPv] \ [-f _font_] \ [-l _lines_] \ [-o _output_] \ @@ -37,9 +37,6 @@ to those matching the tokens in the input. *-v* prints version information to stdout, then exits. -*-x* - wmenu will execute the selected item. - *-f* _font_ defines the font used. For more information, see https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html |