Set zathura as default app for pdf
This commit is contained in:
parent
a004e4c358
commit
4b93c35270
1 changed files with 7 additions and 6 deletions
|
@ -66,18 +66,19 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
defaultApplications = {
|
defaultApplications = {
|
||||||
"x-scheme-handler/http" = browser;
|
"application/pdf" = "org.pwmt.zathura-pdf-mupdf.desktop";
|
||||||
"x-scheme-handler/https" = browser;
|
|
||||||
"x-scheme-handler/chrome" = browser;
|
|
||||||
"text/html" = browser;
|
|
||||||
"application/x-extension-htm" = browser;
|
"application/x-extension-htm" = browser;
|
||||||
"application/x-extension-html" = browser;
|
"application/x-extension-html" = browser;
|
||||||
"application/x-extension-shtml" = browser;
|
"application/x-extension-shtml" = browser;
|
||||||
"application/xhtml+xml" = browser;
|
|
||||||
"application/x-extension-xhtml" = browser;
|
|
||||||
"application/x-extension-xht" = browser;
|
"application/x-extension-xht" = browser;
|
||||||
|
"application/x-extension-xhtml" = browser;
|
||||||
|
"application/xhtml+xml" = browser;
|
||||||
"image/jpeg" = image-viewer;
|
"image/jpeg" = image-viewer;
|
||||||
"image/png" = image-viewer;
|
"image/png" = image-viewer;
|
||||||
|
"text/html" = browser;
|
||||||
|
"x-scheme-handler/chrome" = browser;
|
||||||
|
"x-scheme-handler/http" = browser;
|
||||||
|
"x-scheme-handler/https" = browser;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue