diff options
author | adnano <me@adnano.co> | 2024-04-07 08:51:57 -0400 |
---|---|---|
committer | adnano <me@adnano.co> | 2024-04-07 08:51:57 -0400 |
commit | cf6f5b9d06d72ded0b077d6770854d0003c1b4aa (patch) | |
tree | 36680c80bcbac349a8f1c9f423c0cffc62423c10 /docs/wmenu.1.scd | |
parent | 41b2e8b1e1d1415a43baa6393b7237e7e77468eb (diff) | |
download | wmenu-cf6f5b9d06d72ded0b077d6770854d0003c1b4aa.tar.gz |
Support xdg_activation_v1 protocol
Diffstat (limited to 'docs/wmenu.1.scd')
-rw-r--r-- | docs/wmenu.1.scd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/wmenu.1.scd b/docs/wmenu.1.scd index 407da9f..cfcbd84 100644 --- a/docs/wmenu.1.scd +++ b/docs/wmenu.1.scd @@ -6,7 +6,7 @@ wmenu - dynamic menu for Wayland # SYNOPSIS -*wmenu* [-biPv] \ +*wmenu* [-biPvx] \ [-f _font_] \ [-l _lines_] \ [-o _output_] \ @@ -37,6 +37,9 @@ 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 |