StumpWM: Fixed startup line for KeepassXC

This commit is contained in:
Marcel Kapfer 2018-02-23 10:09:47 +01:00
parent 99435dd13e
commit 95c3fa731d
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

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