value -1 added to monitor number and center width

This commit is contained in:
mrdotx 2022-04-28 21:41:34 +02:00
parent 8f6d711d48
commit fa3c8f28c6
No known key found for this signature in database
GPG Key ID: 433F70E636E6EB87
2 changed files with 4 additions and 2 deletions

View File

@ -37,9 +37,11 @@ It is not intended to be invoked directly.
\f[B]monitor\f[R] = \f[I]-1\f[R]
pinentry-dmenu is displayed on the monitor number supplied.
Monitor numbers are starting from 0.
Value -1 for focused monitor.
.TP
\f[B]center_width\f[R] = \f[I]1024\f[R]
Defines the width for the `center' menu.
Value -1 for full width.
.TP
\f[B]embedded\f[R] = \f[I]false\f[R]
Embed into window.

View File

@ -17,10 +17,10 @@ The configuration is placed in *~/.gnupg/pinentry-dmenu.conf*. You can change th
# OPTIONS
**monitor** = *-1*
: pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0.
: pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0. Value -1 for focused monitor.
**center_width** = *1024*
: Defines the width for the 'center' menu.
: Defines the width for the 'center' menu. Value -1 for full width.
**embedded** = *false*
: Embed into window.