stumpwm: unlock keepassxc on startup with gpg

This commit is contained in:
Marcel Kapfer 2017-08-10 09:47:14 +02:00
parent eca58770b0
commit c27d3d96bc
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
(run-shell-command "nitrogen --restore")
;; keepassxc
(run-shell-command "keepassxc ~/ownCloud/2016-10.kdbx")
(run-shell-command "gpg --textmode -d ~/.config/keepassxc/password.gpg | keepassxc --pw-stdin ~/ownCloud/keys/2017-04.kdbx")
;; set the mouse focus
(setf *mouse-focus-policy* :click)