commit b0b4cf042848293da7f600471f62d87dbc7ca332 parent 38088bb9a5d9f99f54d1e49df68111ff61bf420d Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Fri, 25 Sep 2020 11:48:40 +0200 surf-open.sh: close tabbed when last tab closes 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 @@ -14,7 +14,7 @@ fi runtabbed() { echo "starting tabbed" - nohup tabbed -dn tabbed-surf -r 2 >"$xidfile" 2>/dev/null & + nohup tabbed -c -dn tabbed-surf -r 2 >"$xidfile" 2>/dev/null & sleep 1 } opensurf() {