Add ssh-agent to autostart
This commit is contained in:
parent
561011418c
commit
6b3cbb38e7
|
@ -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 &)
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
## GNOME Keyring
|
||||
dbus-update-activation-environment
|
||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||
|
|
Loading…
Reference in New Issue