defaults changed
This commit is contained in:
parent
248c80a46d
commit
6ccc752e44
2
README
2
README
@ -33,7 +33,7 @@ To use pinentry-dmenu add in `~/.gnupg/gpg-agent.conf`:
|
|||||||
The config is located in `~/.gnupg/pinentry-dmenu.conf`.
|
The config is located in `~/.gnupg/pinentry-dmenu.conf`.
|
||||||
|
|
||||||
monitor = -1;
|
monitor = -1;
|
||||||
center = true;
|
center = false;
|
||||||
center_width = 1024;
|
center_width = 1024;
|
||||||
bottom = false;
|
bottom = false;
|
||||||
embedded = false;
|
embedded = false;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
/* Default settings; can be overriden by pinentry-dmenu.conf */
|
/* Default settings; can be overriden by pinentry-dmenu.conf */
|
||||||
|
|
||||||
static unsigned int mon = -1;
|
static unsigned int mon = -1;
|
||||||
static unsigned int center = 1;
|
static unsigned int center = 0;
|
||||||
static unsigned int centerwidth = 1024;
|
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;
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
.SH NAME
|
.SH NAME
|
||||||
pinentry-dmenu - a pinentry program based on dmenu
|
pinentry-dmenu - a pinentry program based on dmenu
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B pinentry-dmenu
|
.B pinentry-dmenu
|
||||||
is a dmenu- and pinentry-based passphrase dialog called from the
|
is a dmenu- and pinentry-based passphrase dialog called from the
|
||||||
.BR gpg-agent (1)
|
.BR gpg-agent (1)
|
||||||
daemon. It is not intended to be invoked directly.
|
daemon. It is not intended to be invoked directly.
|
||||||
|
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
Set the
|
Set the
|
||||||
.B pinentry-program
|
.B pinentry-program
|
||||||
in
|
in
|
||||||
.IR ~/.gnupg/gpg-agent.conf
|
.IR ~/.gnupg/gpg-agent.conf
|
||||||
@ -28,7 +28,7 @@ You can change the path to the config file with the environment variable
|
|||||||
.BI "monitor =" " -1"
|
.BI "monitor =" " -1"
|
||||||
pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0.
|
pinentry-dmenu is displayed on the monitor number supplied. Monitor numbers are starting from 0.
|
||||||
.TP
|
.TP
|
||||||
.BI "center =" " true"
|
.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 =" " 1024"
|
.BI "center_width =" " 1024"
|
||||||
@ -227,7 +227,7 @@ Paste from primary X selection
|
|||||||
.\}
|
.\}
|
||||||
.nf
|
.nf
|
||||||
monitor = -1;
|
monitor = -1;
|
||||||
center = true;
|
center = false;
|
||||||
center_width = 1024;
|
center_width = 1024;
|
||||||
bottom = false;
|
bottom = false;
|
||||||
embedded = false;
|
embedded = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user