value -1 added to monitor number and center width
This commit is contained in:
parent
8f6d711d48
commit
fa3c8f28c6
@ -37,9 +37,11 @@ It is not intended to be invoked directly.
|
|||||||
\f[B]monitor\f[R] = \f[I]-1\f[R]
|
\f[B]monitor\f[R] = \f[I]-1\f[R]
|
||||||
pinentry-dmenu is displayed on the monitor number supplied.
|
pinentry-dmenu is displayed on the monitor number supplied.
|
||||||
Monitor numbers are starting from 0.
|
Monitor numbers are starting from 0.
|
||||||
|
Value -1 for focused monitor.
|
||||||
.TP
|
.TP
|
||||||
\f[B]center_width\f[R] = \f[I]1024\f[R]
|
\f[B]center_width\f[R] = \f[I]1024\f[R]
|
||||||
Defines the width for the `center' menu.
|
Defines the width for the `center' menu.
|
||||||
|
Value -1 for full width.
|
||||||
.TP
|
.TP
|
||||||
\f[B]embedded\f[R] = \f[I]false\f[R]
|
\f[B]embedded\f[R] = \f[I]false\f[R]
|
||||||
Embed into window.
|
Embed into window.
|
||||||
|
@ -17,10 +17,10 @@ The configuration is placed in *~/.gnupg/pinentry-dmenu.conf*. You can change th
|
|||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
|
||||||
**monitor** = *-1*
|
**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*
|
**center_width** = *1024*
|
||||||
: Defines the width for the 'center' menu.
|
: Defines the width for the 'center' menu. Value -1 for full width.
|
||||||
|
|
||||||
**embedded** = *false*
|
**embedded** = *false*
|
||||||
: Embed into window.
|
: Embed into window.
|
||||||
|
Loading…
Reference in New Issue
Block a user