diff options
| author | 2026-05-13 13:43:27 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:27 +0100 | |
| commit | 03a506ec81fb4b45ba905fa980e861af7e127d69 (patch) | |
| tree | 285452101c0c70aa4c9427fef11f54f882b04c52 /dot_config/sway | |
| parent | aae71e603e0e0dd85ef8b6292d0f4c306d5681bf (diff) | |
| download | dotfiles-03a506ec81fb4b45ba905fa980e861af7e127d69.tar.gz dotfiles-03a506ec81fb4b45ba905fa980e861af7e127d69.tar.bz2 dotfiles-03a506ec81fb4b45ba905fa980e861af7e127d69.zip | |
fix(sway): bump tb-autostart post-IMAP grace period 5s -> 10s
5s still wasn't enough on cold boot — Thunderbird kept racing the SMTP
listener and showing the connection-failure dialog.
Diffstat (limited to 'dot_config/sway')
| -rw-r--r-- | dot_config/sway/executable_tb-autostart.sh | 2 |
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 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 & |
