aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/sway
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:26 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:26 +0100
commitb62aa43830d9a358e1eb9896b1a3138136a5173d (patch)
tree9ffd289c461900d86141a9bf8c5debccbfb67939 /dot_config/sway
parent1df4ca3e057c02a0e72c11b3e54b7057383a782b (diff)
downloaddotfiles-b62aa43830d9a358e1eb9896b1a3138136a5173d.tar.gz
dotfiles-b62aa43830d9a358e1eb9896b1a3138136a5173d.tar.bz2
dotfiles-b62aa43830d9a358e1eb9896b1a3138136a5173d.zip
Revert "fix(sway): bump tb-autostart window-mark wait 20s -> 60s"
This reverts commit 9c051b2cb47ca6e60b6c76877be78cc529d9f4da.
Diffstat (limited to 'dot_config/sway')
-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 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