commit 04a7a1425e19ca73a7e8f7a4dce4e8336c8198af parent 2f79a8139c8acdabd12d0a3229f120e5acce3bde Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 6 Dec 2019 11:45:29 +0100 Close tabbed after last surf session ends 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 @@ -12,7 +12,7 @@ command -v surf-clean-cookies >/dev/null 2>&1 && (surf-clean-cookies || :) runtabbed() { echo "starting tabbed" - nohup tabbed -dn tabbed-surf -r 2 >"$xidfile" 2>/dev/null & + nohup tabbed -cdn tabbed-surf -r 2 >"$xidfile" 2>/dev/null & sleep 0.1 } opensurf() {