fix firefox mime association

This commit is contained in:
Leonardo Eugênio 2022-12-20 10:22:32 -03:00
parent 08f6dadc40
commit 972c7aa4d8

View file

@ -73,9 +73,9 @@ in {
"application/pdf" = "org.pwmt.zathura.desktop"; "application/pdf" = "org.pwmt.zathura.desktop";
"application/epub+zip" = "org.pwmt.zathura.desktop"; "application/epub+zip" = "org.pwmt.zathura.desktop";
"text/html" = "firefox"; "text/html" = "firefox.desktop";
"x-scheme-handler/http" = "firefox"; "x-scheme-handler/http" = "firefox.desktop";
"x-scheme-handler/https" = "firefox"; "x-scheme-handler/https" = "firefox.desktop";
"x-scheme-handler/magnet" = "torrent.desktop"; "x-scheme-handler/magnet" = "torrent.desktop";
"application/x-bittorrent" = "torrent.desktop"; "application/x-bittorrent" = "torrent.desktop";