From b042ba24fc59784aa0492872c90f259370e8a37a Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 28 May 2019 02:29:09 +0200 Subject: [PATCH] Comment out imapnotify startup commands --- openbox/.config/openbox/autostart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openbox/.config/openbox/autostart b/openbox/.config/openbox/autostart index 491fa14..c6eaa23 100755 --- a/openbox/.config/openbox/autostart +++ b/openbox/.config/openbox/autostart @@ -45,5 +45,5 @@ touch /tmp/mpd-log & (sleep 7; emacs --daemon=instance1) & ## Imap IDLE -(sleep 10; imapnotify -c ~/.config/imapnotify/gmail.js) & -(sleep 10; imapnotify -c ~/.config/imapnotify/uni.js) & +#(sleep 10; imapnotify -c ~/.config/imapnotify/gmail.js) & +#(sleep 10; imapnotify -c ~/.config/imapnotify/uni.js) &