From c27d3d96bc94612f23979c1e3a4ebac82ee5af17 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 10 Aug 2017 09:47:14 +0200 Subject: [PATCH] stumpwm: unlock keepassxc on startup with gpg --- stumpwm/stumpwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index 9cdc272..6c52114 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -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)