Remove unnecessary nextcloud client autostart call

This commit is contained in:
coolneng 2019-05-28 14:09:22 +02:00
parent 7ff55fd6b1
commit 81b3b3d340
1 changed files with 0 additions and 3 deletions

View File

@ -38,9 +38,6 @@ touch /tmp/mpd-log &
## GPG
(sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") &
## Nextcloud
(sleep 5; nextcloud) &
## Spacemacs daemon
(sleep 7; emacs --daemon=instance1) &