From 95c3fa731dcb55437353e7e67926e47a4c31efdf Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Fri, 23 Feb 2018 10:09:47 +0100 Subject: [PATCH] StumpWM: Fixed startup line for KeepassXC --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index ee1f3b3..23f6713 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -317,7 +317,7 @@ script." ;; autostart programs ;; keepassxc -(run-shell-command "gpg --textmode -d ~/.config/keepassxc/password.gpg | keepassxc --pw-stdin ~/ownCloud/keys/2017-10.kdbx") +(run-shell-command "gpg --textmode -d ~/dotfiles/dotdotfiles/keepassxc/password.gpg | keepassxc --pw-stdin ~/cloud/keys/2017-10.kdbx") ;; owncloud (run-shell-command "nextcloud")