rclone/sway env: get config password from 'pass'/GPG

This commit is contained in:
Josh Lay 2024-08-25 10:22:22 -05:00
parent 19126c34f9
commit 6e717c7ce4
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -47,3 +47,6 @@ W_ELECTRON_ARGS="--silent --enable-gpu-rasterization --enable-sync --disable-fea
# flatpak things get weird with this, commenting out
# untested theory, may improve things - similar to how 'resolv.conf' links should be relative, not absolute:
# TZ=:../usr/share/zoneinfo/America/Chicago
# tell 'rclone' to get the config password from GPG; configured to use Trezor hardware wallet
RCLONE_PASSWORD_COMMAND="pass rclone/config"