dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit bd3534d8b0253388732a84cdfa9d01fc921d65ee
parent 5b9a5c431f092e9b6a0541822689726894a61472
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri, 25 Sep 2020 23:06:16 +0200

surf-open.sh: increase wait after starting tabbed(1)

Diffstat:
M.local/bin/surf-open.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/surf-open.sh b/.local/bin/surf-open.sh @@ -15,7 +15,7 @@ fi runtabbed() { echo "starting tabbed" nohup tabbed -c -dn tabbed-surf -r 2 >"$xidfile" 2>/dev/null & - sleep 1 + sleep 2 } opensurf() { nohup $prefix surf -z 2.5 -e "$xid" -u 'Mozilla/5.0 (X11; OpenBSD amd64; rv:76.0) Gecko/20100101 Firefox/76.0' "$uri" >/dev/null 2>&1 &