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 08df2fa806fbcb3fc542cfa4e37ef9403c2e3433
parent 04a7a1425e19ca73a7e8f7a4dce4e8336c8198af
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  6 Dec 2019 20:30:30 +0100

Use longer wait between starting tabbed and first surf session

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 @@ -13,7 +13,7 @@ command -v surf-clean-cookies >/dev/null 2>&1 && (surf-clean-cookies || :) runtabbed() { echo "starting tabbed" nohup tabbed -cdn tabbed-surf -r 2 >"$xidfile" 2>/dev/null & - sleep 0.1 + sleep 1 } opensurf() { nohup $prefix surf -e "$xid" "$uri" >/dev/null 2>&1 &