From 81b3b3d3403a47ab3d193a7a76557da7ccc3452b Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 28 May 2019 14:09:22 +0200 Subject: [PATCH] Remove unnecessary nextcloud client autostart call --- openbox/.config/openbox/autostart | 3 --- 1 file changed, 3 deletions(-) diff --git a/openbox/.config/openbox/autostart b/openbox/.config/openbox/autostart index c6eaa23..5f5f048 100755 --- a/openbox/.config/openbox/autostart +++ b/openbox/.config/openbox/autostart @@ -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) &