Fix firefox desktop entry

This commit is contained in:
2025-11-25 11:52:50 +01:00
parent 50b71eeb9f
commit c624a91839
2 changed files with 4 additions and 3 deletions

View File

@@ -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" "${@}"