pinentry-dmenu

a pinentry program based on dmenu
git clone anongit@rnpnr.xyz:pinentry-dmenu.git
Log | Files | Refs | Feed | README | LICENSE

Commit: f86118d3b6afc3300b1e71a354fc48dc2d0f0dad
Parent: 9b545d86e1f5247fdf5b46701f1dcb8afac871b7
Author: Moritz Luedecke
Date:   Sat, 23 Sep 2017 15:47:15 +0200

Disable buttom mode as default

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -1,7 +1,7 @@ /* See LICENSE file for copyright and license details. */ /* Default settings; can be overriden by command line. */ -static int bottom = 1; +static int bottom = 0; static int embedded = 0; static int minpwlen = 32; static int mon = -1;