diff options
author | zachir <zachir@librem.one> | 2023-02-21 13:59:57 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-21 13:59:57 -0600 |
commit | 2b5883bff1a7c952d0685098bb813adc3e48ef88 (patch) | |
tree | 022715d54e3aad5491d7220bdfafb23e644bee4f /dmenu.1 | |
parent | 04da33709854688ca0f6cb1cff4fd0c5a34fd3be (diff) |
add lineheight patch
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,8 @@ dmenu \- dynamic menu .RB [ \-bfiv ] .RB [ \-l .IR lines ] +.RB [ \-h +.IR height ] .RB [ \-m .IR monitor ] .RB [ \-p @@ -65,6 +67,9 @@ dmenu matches menu items case insensitively. .BI \-l " lines" dmenu lists items vertically, with the given number of lines. .TP +.BI \-h " height" +dmenu uses a menu line of at least 'height' pixels tall, but no less than 8. +.TP .BI \-m " monitor" dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0. |