diff options
author | eug-vs <eug-vs@keemail.me> | 2021-03-28 16:52:40 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-03-28 16:52:40 +0300 |
commit | b8eea543af9a3591fb1aaf5dd50cb5dd0ae6864d (patch) | |
tree | d9da5a3d8aef7ed67f34def6d89f458a1567cf04 /dmenu.1 | |
parent | f0f6ed867683e78fd4340a1f80a3ae7f18e96f0c (diff) | |
download | dmenu-b8eea543af9a3591fb1aaf5dd50cb5dd0ae6864d.tar.gz |
feat: add line-height 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 @@ -50,6 +52,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. |