mime-apps: specify text/html and application/pdf

Necessary due to Chromium wanting to open these files instead.
This commit is contained in:
Donovan Glover 2024-10-10 09:21:26 -04:00
parent e38bb2123b
commit 5d5c4d7853
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -3,11 +3,13 @@
enable = true;
defaultApplications = {
"text/html" = "librewolf.desktop";
"text/markdown" = "nvim.desktop";
"text/plain" = "nvim.desktop";
"image/png" = "pqiv.desktop";
"image/jpeg" = "pqiv.desktop";
"image/gif" = "org.qutebrowser.qutebrowser.desktop";
"application/pdf" = "org.pwmt.zathura-pdf-mupdf.desktop";
"application/x-wine-extension-osz" = "osu-stable.desktop";
"x-scheme-handler/http" = "librewolf.desktop";
"x-scheme-handler/https" = "librewolf.desktop";