default values for line_height and border_width changed
This commit is contained in:
parent
6e342e888c
commit
3d43617afc
4
README
4
README
@ -31,8 +31,8 @@ The config is located in `~/.gnupg/pinentry-dmenu.conf`.
|
||||
monitor = -1;
|
||||
bottom = false;
|
||||
embedded = false;
|
||||
line_height = 26;
|
||||
border_width = 0;
|
||||
line_height = 22;
|
||||
border_width = 2;
|
||||
font = "DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true";
|
||||
min_password_length = 32;
|
||||
asterisk= "*";
|
||||
|
@ -6,8 +6,8 @@ static int bottom = 0;
|
||||
static int embedded = 0;
|
||||
static int minpwlen = 32;
|
||||
|
||||
static unsigned int lineheight = 26;
|
||||
static unsigned int borderwidth = 0;
|
||||
static unsigned int lineheight = 22;
|
||||
static unsigned int borderwidth = 2;
|
||||
|
||||
static const char *fonts[] = {
|
||||
"DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true"
|
||||
|
@ -34,10 +34,10 @@ pinentry-dmenu appears at the bottom of the screen.
|
||||
.BI "embedded =" " false"
|
||||
Embed into window.
|
||||
.TP
|
||||
.BI "line_height =" " 26"
|
||||
.BI "line_height =" " 22"
|
||||
Defines menu line of at least 'line_height' pixels tall.
|
||||
.TP
|
||||
.BI "border_width =" " 0"
|
||||
.BI "border_width =" " 2"
|
||||
Defines the border width for the menu.
|
||||
.TP
|
||||
.BI "font =" " DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true"
|
||||
@ -194,8 +194,8 @@ Paste from primary X selection
|
||||
monitor = -1;
|
||||
bottom = false;
|
||||
embedded = false;
|
||||
line_height = 26;
|
||||
border_width = 0;
|
||||
line_height = 22;
|
||||
border_width = 2;
|
||||
font = "DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true";
|
||||
min_passwword_length = 32;
|
||||
asterisk= "*";
|
||||
|
Loading…
Reference in New Issue
Block a user