diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 05:09:58 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 05:09:58 +0200 |
commit | 3b1f2573f65646fc2b9a433497996503a21dca23 (patch) | |
tree | 8bec46d85d1ce2c3fe07841f1eb6c5c711d4eec6 /.config/mimeapps.list | |
parent | 4b179fa0f4f2fa4b7c9ee51b16767e85b45f5bec (diff) |
xdg: Set Firefox to be the default browser
Despite $BROWSER being set to ‘firefox’, ‘xdg-open’ still uses Chromium
to open links by default. I don’t want that as I only use Chromium for
testing purposes.
Diffstat (limited to '.config/mimeapps.list')
-rw-r--r-- | .config/mimeapps.list | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list new file mode 100644 index 0000000..e09ca51 --- /dev/null +++ b/.config/mimeapps.list @@ -0,0 +1,7 @@ + +[Default Applications] +text/html=firefox.desktop +x-scheme-handler/http=firefox.desktop +x-scheme-handler/https=firefox.desktop +x-scheme-handler/about=firefox.desktop +x-scheme-handler/unknown=firefox.desktop |