[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

@ -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