diff options
| -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 8398a1f..ceae5de 100644 --- a/dot_config/sway/executable_tb-autostart.sh +++ b/dot_config/sway/executable_tb-autostart.sh @@ -27,7 +27,7 @@ sleep 1 thunderbird & -for _ in $(seq 1 600); do +for _ in $(seq 1 200); do if swaymsg -t get_tree | jq -e --arg m "$MARK" ' [.. | objects | select(.marks? // [] | index($m))] | length > 0 ' >/dev/null 2>&1; then |
