default centerwidth changed

This commit is contained in:
mrdotx 2021-07-28 10:08:24 +02:00
parent 721c87ef6e
commit 623c4fa3cc
No known key found for this signature in database
GPG Key ID: 433F70E636E6EB87
3 changed files with 4 additions and 4 deletions

2
README
View File

@ -34,7 +34,7 @@ The config is located in `~/.gnupg/pinentry-dmenu.conf`.
monitor = -1;
center = false;
center_width = 750;
center_width = 1024;
bottom = false;
embedded = false;
line_height = 22;

View File

@ -3,7 +3,7 @@
static unsigned int mon = -1;
static unsigned int center = 0;
static unsigned int centerwidth = 750;
static unsigned int centerwidth = 1024;
static unsigned int bottom = 0;
static unsigned int embedded = 0;
static unsigned int lineheight = 22;

View File

@ -31,7 +31,7 @@ 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"
.BI "center_width =" " 1024"
Defines the width for the 'center' menu.
.TP
.BI "bottom =" " false"
@ -199,7 +199,7 @@ Paste from primary X selection
.nf
monitor = -1;
center = false;
center_width = 750;
center_width = 1024;
bottom = false;
embedded = false;
line_height = 22;