[bugfix] increase sleep timespan for tab ordering

This commit is contained in:
Klesh Wong 2020-12-28 10:45:09 +08:00
parent 9a06367423
commit 1aeb63c00d

2
bin/bm
View File

@ -89,7 +89,7 @@ function _open_urls
if set link (string match -r $LINK_PATTERN $LINE)
$BROWSER $link[3] &>/dev/null &
disown
sleep 0.01
sleep 0.1
end
end
end