[gopass] Strip unneccessary config, fix comments

Removed unneccessary gopass configuration which should be automatically
inferred on first startup (since it is mostly defaults).

Fixed small comments in rofi-gopass.
This commit is contained in:
Marty Oehme 2020-05-15 19:06:54 +02:00
parent 271d71a91c
commit fb2a51b05f
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A
2 changed files with 3 additions and 22 deletions

View file

@ -1,20 +1,2 @@
root:
askformore: false
autoclip: true
autoprint: false
autoimport: true
autosync: false
check_recipient_hash: false
cliptimeout: 45
concurrency: 1
editrecipients: false
nocolor: false
noconfirm: true
nopager: false
notifications: true
path: gpgcli-gitcli-fs+file:///home/marty/.local/share/gopass/passwords
recipient_hash:
.gpg-id: 353145383639394133414439344537334641363830434541313341433036443341444345413339410a423038433639313143453343313539463643373831324546334641423133324534463946343433390aa69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a615b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26
safecontent: false
usesymbols: false
mounts: {}
path: gpgcli-gitcli-fs+file://~/.local/share/gopass/passwords

View file

@ -4,13 +4,12 @@
# DEFAULT OPTIONS
# typing tool used, choice of:
# xdotool |
# typing tool used, xdotool compatible syntax should work (e.g. ydotool)
# BACKEND=xdotool
# the complete typing chain autoentry uses
# possible fields:
# :tab | :space | :enter | username | password
# :tab | :space | :return | username | password
#
# Note that spaces have to be passed explicitly with :space,
# putting a literal ' ' in the chain will not work