center_width added
This commit is contained in:
parent
e51508099b
commit
746c48c5fa
1
README
1
README
@ -30,6 +30,7 @@ The config is located in `~/.gnupg/pinentry-dmenu.conf`.
|
||||
|
||||
monitor = -1;
|
||||
center = false;
|
||||
center_width = 750;
|
||||
bottom = false;
|
||||
embedded = false;
|
||||
line_height = 22;
|
||||
|
@ -31,6 +31,9 @@ pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are
|
||||
.BI "center =" " false"
|
||||
pinentry-dmenu appears in the center of the screen.
|
||||
.TP
|
||||
.BI "center_width =" " 750"
|
||||
Defines the width for the 'center' menu.
|
||||
.TP
|
||||
.BI "bottom =" " false"
|
||||
pinentry-dmenu appears at the bottom of the screen.
|
||||
.TP
|
||||
@ -196,6 +199,7 @@ Paste from primary X selection
|
||||
.nf
|
||||
monitor = -1;
|
||||
center = false;
|
||||
center_width = 750;
|
||||
bottom = false;
|
||||
embedded = false;
|
||||
line_height = 22;
|
||||
|
Loading…
Reference in New Issue
Block a user