diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-11 22:52:50 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-11 22:52:50 +0200 |
commit | fcfcfedfe45d3a004d622b0660afe42b92a9bd6f (patch) | |
tree | 95b1460340ea543daa6bd8d70ea886c0e5a8a34b /dmenu.1 | |
parent | Added patch list (diff) | |
download | dmenu-fcfcfedfe45d3a004d622b0660afe42b92a9bd6f.tar.gz dmenu-fcfcfedfe45d3a004d622b0660afe42b92a9bd6f.tar.bz2 dmenu-fcfcfedfe45d3a004d622b0660afe42b92a9bd6f.zip |
Added height option patch [Patch]
Diffstat (limited to 'dmenu.1')
-rw-r--r-- | dmenu.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dmenu.1 b/dmenu.1 index 323f93c..7ef34d2 100644 --- a/dmenu.1 +++ b/dmenu.1 @@ -50,6 +50,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. |