Add wmenu -H flag

This flag allows the user to specify the line height usually in terms of
pixels.
This commit is contained in:
Juan Scerri 2025-04-16 21:47:34 +02:00
parent fc69aa6e2b
commit 3725c6fadc
4 changed files with 21 additions and 7 deletions

View file

@ -7,6 +7,7 @@ wmenu - dynamic menu for Wayland
# SYNOPSIS
*wmenu* [-biPv] \
[-H _height_] \
[-f _font_] \
[-l _lines_] \
[-o _output_] \
@ -42,6 +43,10 @@ $PATH and runs the result.
*-v*
prints version information to stdout, then exits.
*-H* _height_
defines the height of a line (usually in pixels). For more information,
see https://docs.gtk.org/Pango/const.SCALE.html
*-f* _font_
defines the font used. For more information, see
https://docs.gtk.org/Pango/type_func.FontDescription.from_string.html