diff --git a/README b/README index 9a145d2..f64f1e7 100644 --- a/README +++ b/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= "*"; diff --git a/config.def.h b/config.def.h index 8702bc5..e2fd90a 100644 --- a/config.def.h +++ b/config.def.h @@ -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" diff --git a/pinentry-dmenu.1 b/pinentry-dmenu.1 index 31cbb8d..eecac23 100644 --- a/pinentry-dmenu.1 +++ b/pinentry-dmenu.1 @@ -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= "*";