antialias and autohint removed
This commit is contained in:
parent
0e5244849d
commit
cfe543b5e0
@ -18,7 +18,7 @@ static unsigned int alphas[SchemeLast][2] = {
|
|||||||
|
|
||||||
static const char *position = "center";
|
static const char *position = "center";
|
||||||
static const char *fonts[] = {
|
static const char *fonts[] = {
|
||||||
"DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true"
|
"DejaVuSansMono Nerd Font:pixelsize=16"
|
||||||
};
|
};
|
||||||
static const char *prompt = NULL;
|
static const char *prompt = NULL;
|
||||||
static const char *asterisk = "*";
|
static const char *asterisk = "*";
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
.\" Define V font for inline verbatim, using C font in formats
|
||||||
|
.\" that render this, and otherwise B font.
|
||||||
|
.ie "\f[CB]x\f[]"x" \{\
|
||||||
|
. ftr V B
|
||||||
|
. ftr VI BI
|
||||||
|
. ftr VB B
|
||||||
|
. ftr VBI BI
|
||||||
|
.\}
|
||||||
|
.el \{\
|
||||||
|
. ftr V CR
|
||||||
|
. ftr VI CI
|
||||||
|
. ftr VB CB
|
||||||
|
. ftr VBI CBI
|
||||||
|
.\}
|
||||||
.TH "PINENTRY-DMENU" "1" "" "Version-VERSION" "pinentry-dmenu Manual"
|
.TH "PINENTRY-DMENU" "1" "" "Version-VERSION" "pinentry-dmenu Manual"
|
||||||
.hy
|
.hy
|
||||||
.SH NAME
|
.SH NAME
|
||||||
@ -70,7 +84,7 @@ Defines the description background alpha value.
|
|||||||
Defines the position of the menu.
|
Defines the position of the menu.
|
||||||
\f[I]bottom\f[R], \f[I]center\f[R] and \f[I]top\f[R] are supported.
|
\f[I]bottom\f[R], \f[I]center\f[R] and \f[I]top\f[R] are supported.
|
||||||
.TP
|
.TP
|
||||||
\f[B]font\f[R] = \f[I]\[lq]DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true\[rq]\f[R]
|
\f[B]font\f[R] = \f[I]\[lq]DejaVuSansMono Nerd Font:pixelsize=16\[rq]\f[R]
|
||||||
Defines the font or font set used.
|
Defines the font or font set used.
|
||||||
.TP
|
.TP
|
||||||
\f[B]prompt\f[R] = \f[I]\[lq]\[lq]\f[R]
|
\f[B]prompt\f[R] = \f[I]\[lq]\[lq]\f[R]
|
||||||
@ -271,8 +285,7 @@ position = \[lq]center\[rq];
|
|||||||
.PD 0
|
.PD 0
|
||||||
.P
|
.P
|
||||||
.PD
|
.PD
|
||||||
font = \[lq]DejaVuSansMono Nerd
|
font = \[lq]DejaVuSansMono Nerd Font:pixelsize=16\[rq];
|
||||||
Font:pixelsize=16:antialias=true:autohint=true\[rq];
|
|
||||||
.PD 0
|
.PD 0
|
||||||
.P
|
.P
|
||||||
.PD
|
.PD
|
||||||
|
@ -61,7 +61,7 @@ The configuration is placed in *~/.gnupg/pinentry-dmenu.conf*. You can change th
|
|||||||
**position** = *"center"*
|
**position** = *"center"*
|
||||||
: Defines the position of the menu. *bottom*, *center* and *top* are supported.
|
: Defines the position of the menu. *bottom*, *center* and *top* are supported.
|
||||||
|
|
||||||
**font** = *"DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true"*
|
**font** = *"DejaVuSansMono Nerd Font:pixelsize=16"*
|
||||||
: Defines the font or font set used.
|
: Defines the font or font set used.
|
||||||
|
|
||||||
**prompt** = *""*
|
**prompt** = *""*
|
||||||
@ -218,7 +218,7 @@ The configuration is placed in *~/.gnupg/pinentry-dmenu.conf*. You can change th
|
|||||||
| desc_fg_alpha = 255;
|
| desc_fg_alpha = 255;
|
||||||
| desc_bg_alpha = 255;
|
| desc_bg_alpha = 255;
|
||||||
| position = "center";
|
| position = "center";
|
||||||
| font = "DejaVuSansMono Nerd Font:pixelsize=16:antialias=true:autohint=true";
|
| font = "DejaVuSansMono Nerd Font:pixelsize=16";
|
||||||
| prompt = "";
|
| prompt = "";
|
||||||
| asterisk = "\*";
|
| asterisk = "\*";
|
||||||
| prompt_fg = "#cccccc";
|
| prompt_fg = "#cccccc";
|
||||||
|
Loading…
Reference in New Issue
Block a user