diff --git a/gopass/.config/gopass/config.yml b/gopass/.config/gopass/config.yml index 4821550..1d7b65c 100644 --- a/gopass/.config/gopass/config.yml +++ b/gopass/.config/gopass/config.yml @@ -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 diff --git a/gopass/.local/bin/rofi-gopass b/gopass/.local/bin/rofi-gopass index 53fb977..9479432 100755 --- a/gopass/.local/bin/rofi-gopass +++ b/gopass/.local/bin/rofi-gopass @@ -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