diff options
| author | Moritz Lüdecke <moritz.luedecke@skweez.net> | 2022-08-11 11:22:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-11 11:22:10 +0200 |
| commit | 07617d3e3239dcc1f7c75c0eae5af9645a57d1da (patch) | |
| tree | 278d4485b7e094afe7c048b04dae4a8990d15217 /pinentry-dmenu.1 | |
| parent | a4f7d150c7395faf72fb167ac333170668124866 (diff) | |
| parent | 0fb97fbc49fd3c324b12256f476badaeecd1a2ff (diff) | |
Merge pull request #10 from vaygr/lineheight-support
Add lineheight support
Diffstat (limited to 'pinentry-dmenu.1')
| -rw-r--r-- | pinentry-dmenu.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pinentry-dmenu.1 b/pinentry-dmenu.1 index a6775ed..67aafd1 100644 --- a/pinentry-dmenu.1 +++ b/pinentry-dmenu.1 @@ -37,6 +37,9 @@ pinentry-dmenu appears at the bottom of the screen. .BI "min_password_length =" " 32" The minimal space of the password field. This value has affect to the description field after the password field. .TP +.BI "height =" " 8" +Height of pinentry-dmenu in pixels (no less than 8) +.TP .BI "monitor =" " -1" pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0. .TP |