center_width added

This commit is contained in:
mrdotx 2021-07-27 13:22:27 +02:00
parent e51508099b
commit 746c48c5fa
No known key found for this signature in database
GPG Key ID: 433F70E636E6EB87
2 changed files with 5 additions and 0 deletions

1
README
View File

@ -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;

View File

@ -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;