default centerwidth changed
This commit is contained in:
parent
721c87ef6e
commit
623c4fa3cc
2
README
2
README
@ -34,7 +34,7 @@ The config is located in `~/.gnupg/pinentry-dmenu.conf`.
|
|||||||
|
|
||||||
monitor = -1;
|
monitor = -1;
|
||||||
center = false;
|
center = false;
|
||||||
center_width = 750;
|
center_width = 1024;
|
||||||
bottom = false;
|
bottom = false;
|
||||||
embedded = false;
|
embedded = false;
|
||||||
line_height = 22;
|
line_height = 22;
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
static unsigned int mon = -1;
|
static unsigned int mon = -1;
|
||||||
static unsigned int center = 0;
|
static unsigned int center = 0;
|
||||||
static unsigned int centerwidth = 750;
|
static unsigned int centerwidth = 1024;
|
||||||
static unsigned int bottom = 0;
|
static unsigned int bottom = 0;
|
||||||
static unsigned int embedded = 0;
|
static unsigned int embedded = 0;
|
||||||
static unsigned int lineheight = 22;
|
static unsigned int lineheight = 22;
|
||||||
|
@ -31,7 +31,7 @@ pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are
|
|||||||
.BI "center =" " false"
|
.BI "center =" " false"
|
||||||
pinentry-dmenu appears in the center of the screen.
|
pinentry-dmenu appears in the center of the screen.
|
||||||
.TP
|
.TP
|
||||||
.BI "center_width =" " 750"
|
.BI "center_width =" " 1024"
|
||||||
Defines the width for the 'center' menu.
|
Defines the width for the 'center' menu.
|
||||||
.TP
|
.TP
|
||||||
.BI "bottom =" " false"
|
.BI "bottom =" " false"
|
||||||
@ -199,7 +199,7 @@ Paste from primary X selection
|
|||||||
.nf
|
.nf
|
||||||
monitor = -1;
|
monitor = -1;
|
||||||
center = false;
|
center = false;
|
||||||
center_width = 750;
|
center_width = 1024;
|
||||||
bottom = false;
|
bottom = false;
|
||||||
embedded = false;
|
embedded = false;
|
||||||
line_height = 22;
|
line_height = 22;
|
||||||
|
Loading…
Reference in New Issue
Block a user