2018-02-28 05:04:08 +01:00
|
|
|
# New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
|
|
# Copyright (C) 2017 Donovan Glover
|
|
|
|
|
|
|
|
# Use the terminal instead of a GTK window when prompting for passwords
|
|
|
|
pinentry-program /usr/bin/pinentry-curses
|
2018-10-15 05:01:00 +02:00
|
|
|
|
|
|
|
# Cache the given input for 12 hours
|
|
|
|
default-cache-ttl 43200
|
|
|
|
|
|
|
|
# Invalidate the cache entry after 12 hours have passed
|
|
|
|
max-cache-ttl 43200
|
2018-11-28 01:00:11 +01:00
|
|
|
|
|
|
|
# vim:ft=dosini
|