From 03a506ec81fb4b45ba905fa980e861af7e127d69 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:27 +0100 Subject: fix(sway): bump tb-autostart post-IMAP grace period 5s -> 10s MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 5s still wasn't enough on cold boot — Thunderbird kept racing the SMTP listener and showing the connection-failure dialog. --- dot_config/sway/executable_tb-autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/sway/executable_tb-autostart.sh b/dot_config/sway/executable_tb-autostart.sh index 6ea6092..efb5cc3 100644 --- a/dot_config/sway/executable_tb-autostart.sh +++ b/dot_config/sway/executable_tb-autostart.sh @@ -23,7 +23,7 @@ for _ in $(seq 1 300); do done # Small grace period so the SMTP listener (1025) catches up too. -sleep 5 +sleep 10 thunderbird & -- cgit v1.3.1