fix firefox mime association
This commit is contained in:
parent
08f6dadc40
commit
972c7aa4d8
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue