From 1784b4fafce18169d92b61d579529057eecc97bb Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:27 +0100 Subject: Revert "fix(sway): bump tb-autostart bridge IMAP wait 60s -> 180s" This reverts commit 8b6d81742fa71aff76e602edc023c45ca4b38066. --- dot_config/sway/executable_tb-autostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dot_config/sway') diff --git a/dot_config/sway/executable_tb-autostart.sh b/dot_config/sway/executable_tb-autostart.sh index 2d87716..ceae5de 100644 --- a/dot_config/sway/executable_tb-autostart.sh +++ b/dot_config/sway/executable_tb-autostart.sh @@ -14,7 +14,7 @@ BRIDGE_PORT=1143 # unlocked), so "port is listening" is not enough — TB will race and pop up # "failed to login to 127.0.0.1". Wait for the real IMAP '* OK' greeting, # which the bridge only sends once it can actually service logins. -for _ in $(seq 1 900); do +for _ in $(seq 1 300); do banner=$(ncat -w 1 -i 1 "$BRIDGE_HOST" "$BRIDGE_PORT" /dev/null | head -c 64) case "$banner" in "* OK"*) break ;; -- cgit v1.3.1