From befc9e47aec7ed581d6a606adf6c718ec7aefdb2 Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Thu, 16 Jan 2025 10:50:00 +0400 Subject: [PATCH] fix: mail i've replaced thunderbird with betterbird and added a 5 second delay for launching it, bcs we need to wait for protonmail to launch --- hypr/mail.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hypr/mail.conf b/hypr/mail.conf index 5b0ee2b..9f10297 100644 --- a/hypr/mail.conf +++ b/hypr/mail.conf @@ -1 +1,2 @@ -exec-once = thunderbird && protonmail-bridge --cli +exec-once = protonmail-bridge --cli +exec-once = sleep 5 && betterbird