From 1dbc61f7581fc86bdc423fe201c96d2e50174b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 15 Nov 2022 00:15:22 +0100 Subject: [openlink] Update for newer firefox --- bin/openlink | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/openlink b/bin/openlink index 7e8eb03..52c9e63 100755 --- a/bin/openlink +++ b/bin/openlink @@ -2,4 +2,4 @@ url=${1:-"about:blank"} -firefox -a firefox -remote "openURL($url,new-tab)" || firefox "$url" +firefox --new-tab $url || firefox "$url" -- cgit v1.2.3