diff --git a/applications/firefox.desktop b/applications/firefox.desktop index 2e97ba0..463635d 100644 --- a/applications/firefox.desktop +++ b/applications/firefox.desktop @@ -1,3 +1,4 @@ [Desktop Entry] -Exec=/bin/sh -c '/usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" %u' - +Type=Application +Name=Firefox +Exec=firefox-default --new-tab %u diff --git a/bin/firefox-default b/bin/firefox-default index 7c881d7..6474ce9 100755 --- a/bin/firefox-default +++ b/bin/firefox-default @@ -1,3 +1,3 @@ #!/usr/bin/env bash -exec /usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" +exec /usr/bin/firefox --profile "$HOME/.mozilla/firefox/profile-default" "${@}"