From 6e717c7ce48c491b1dea7b927aceeda304795896 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 25 Aug 2024 10:22:22 -0500 Subject: [PATCH] rclone/sway env: get config password from 'pass'/GPG --- outerheaven.init3.home/.config/sway/environment | 3 +++ 1 file changed, 3 insertions(+) diff --git a/outerheaven.init3.home/.config/sway/environment b/outerheaven.init3.home/.config/sway/environment index 9b8e4fe..efb5d40 100644 --- a/outerheaven.init3.home/.config/sway/environment +++ b/outerheaven.init3.home/.config/sway/environment @@ -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"