StumpWM: Fixed startup line for KeepassXC
This commit is contained in:
parent
99435dd13e
commit
95c3fa731d
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ script."
|
||||||
;; autostart programs
|
;; autostart programs
|
||||||
|
|
||||||
;; keepassxc
|
;; 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
|
;; owncloud
|
||||||
(run-shell-command "nextcloud")
|
(run-shell-command "nextcloud")
|
||||||
|
|
Loading…
Reference in a new issue