aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/sway/executable_tb-autostart.sh
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:27 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:27 +0100
commit0d820cf864a04a4e81c47cc85d577bf3756e0561 (patch)
tree6dcf41288c8695b0800431c96b5b9c76a8eb647f /dot_config/sway/executable_tb-autostart.sh
parent1784b4fafce18169d92b61d579529057eecc97bb (diff)
downloaddotfiles-0d820cf864a04a4e81c47cc85d577bf3756e0561.tar.gz
dotfiles-0d820cf864a04a4e81c47cc85d577bf3756e0561.tar.bz2
dotfiles-0d820cf864a04a4e81c47cc85d577bf3756e0561.zip
fix(sway): extend post-IMAP SMTP grace period 1s -> 5s
The IMAP '* OK' banner arrives before the SMTP listener on 1025 is fully ready. 1s wasn't always enough — Thunderbird would still race into a 'failed to connect to 127.0.0.1, please retry' dialog.
Diffstat (limited to 'dot_config/sway/executable_tb-autostart.sh')
-rw-r--r--dot_config/sway/executable_tb-autostart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/sway/executable_tb-autostart.sh b/dot_config/sway/executable_tb-autostart.sh
index ceae5de..6ea6092 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 1
+sleep 5
thunderbird &