mirror of
https://codeberg.org/adnano/wmenu.git
synced 2025-11-02 09:01:43 -05:00
Add wmenu -H flag
This flag allows the user to specify the line height usually in terms of pixels.
This commit is contained in:
parent
fc69aa6e2b
commit
3725c6fadc
4 changed files with 21 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue