summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbrowser2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser b/browser
index 77b6555..278d916 100755
--- a/browser
+++ b/browser
@@ -28,6 +28,6 @@ case "$1" in
TZ=UTC GDK_SCALE=$SCALE GDK_DPI_SCALE=$SCALE /usr/bin/env $bin -new-tab $1.html
;;
*)
- TZ=UTC GDK_SCALE=$SCALE GDK_DPI_SCALE=$SCALE /usr/bin/env $bin $@
+ TZ=UTC GDK_SCALE=$SCALE GDK_DPI_SCALE=$SCALE /usr/bin/env $bin -new-tab $@
;;
esac