Config: Fix pinentry
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
pinentry-program /usr/bin/pinentry
|
||||
pinentry-program /usr/bin/pinentry-gtk
|
||||
|
||||
default-cache-ttl 900
|
||||
max-cache-ttl 7200
|
||||
|
||||
@@ -1,10 +1,12 @@
|
||||
[dmenu]
|
||||
dmenu_command = /usr/bin/rofi -dmenu -i
|
||||
pinentry = /usr/bin/pinentry
|
||||
pinentry = /usr/bin/pinentry-gtk
|
||||
|
||||
[database]
|
||||
database_1 = ~/documents/password.kdbx
|
||||
keyfile_1 =
|
||||
pw_cache_period_min = 60
|
||||
autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
|
||||
|
||||
gui_editor = emacsclient
|
||||
editor = vim
|
||||
|
||||
Reference in New Issue
Block a user