summaryrefslogtreecommitdiff
path: root/.config/mimeapps.list
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-11 05:09:58 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-11 05:09:58 +0200
commit3b1f2573f65646fc2b9a433497996503a21dca23 (patch)
tree8bec46d85d1ce2c3fe07841f1eb6c5c711d4eec6 /.config/mimeapps.list
parent4b179fa0f4f2fa4b7c9ee51b16767e85b45f5bec (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.list7
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