Add ssh-agent to autostart

This commit is contained in:
coolneng 2019-10-02 17:10:33 +02:00
parent 561011418c
commit 6b3cbb38e7
2 changed files with 5 additions and 1 deletions

View File

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

View File

@ -1,2 +1,3 @@
## GNOME Keyring
dbus-update-activation-environment
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)