commit eb0df58326b2bc7615d91212003c0d86b5139710 parent a683e0b06ea62135d695d88b99c1e27d39dcec14 Author: Cem Keylan <cem@ckyln.com> Date: Sun, 24 Nov 2019 23:08:57 +0300 close tabbed after all surf instances are closed 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 @@ then fi runtabbed() { - tabbed -dn tabbed-surf -r 2 surf -e '' "$uri" >"$xidfile" \ + tabbed -cdn tabbed-surf -r 2 surf -e '' "$uri" >"$xidfile" \ 2>/dev/null & }