diff --git a/openbox/.config/openbox/autostart b/openbox/.config/openbox/autostart index bce99da..e1a7e4f 100755 --- a/openbox/.config/openbox/autostart +++ b/openbox/.config/openbox/autostart @@ -35,9 +35,12 @@ urxvtd -q -f -o & ## GPG (sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg2 --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") & +## SSH +(sleep 5; ssh-agent) & + ## Spacemacs daemon (sleep 4; cd ~/.emacs.d; git pull --rebase) & -(sleep 8; emacs --daemon=instance1) & +(sleep 10; emacs --daemon=instance1) & ## Display daemon (sleep 7; mons -a &) diff --git a/openbox/.config/openbox/environment b/openbox/.config/openbox/environment index 7fde258..2d691c3 100755 --- a/openbox/.config/openbox/environment +++ b/openbox/.config/openbox/environment @@ -1,2 +1,3 @@ ## GNOME Keyring +dbus-update-activation-environment eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)