Add/update some more mimetyeps
This commit is contained in:
parent
880d7020e8
commit
36c48e2bc6
|
@ -44,21 +44,50 @@
|
|||
browser = ["chromium-browser.desktop"]; # nyxt.desktop
|
||||
applications = {
|
||||
"inode/directory" = emacs;
|
||||
"inode/symlink" = emacs;
|
||||
|
||||
"image/jpeg" = ["swayimg.desktop"] ++ emacs;
|
||||
"image/png" = ["swayimg.desktop"] ++ emacs;
|
||||
"video/mp4" = ["mpv.desktop"];
|
||||
"text/csv" = emacs;
|
||||
"text/html" = browser;
|
||||
|
||||
"text/plain" = emacs;
|
||||
"text/richtext" = emacs;
|
||||
"text/org" = emacs;
|
||||
"text/markdown" = emacs;
|
||||
"text/rust" = emacs;
|
||||
"text/csv" = emacs;
|
||||
"text/html" = emacs;
|
||||
"text/css" = emacs;
|
||||
"text/tab-separated-values" = emacs;
|
||||
|
||||
"text/x-emacs-lisp" = emacs;
|
||||
"text/x-fortran" = emacs;
|
||||
"text/x-idl" = emacs;
|
||||
"text/x-log" = emacs;
|
||||
"text/x-lua" = emacs;
|
||||
"text/x-makefile" = emacs;
|
||||
"text/x-python" = emacs;
|
||||
"text/x-python3" = emacs;
|
||||
"text/x-readme" = emacs;
|
||||
"text/x-scheme" = emacs;
|
||||
"text/x-tex" = emacs;
|
||||
"text/x-texinfo" = emacs;
|
||||
|
||||
"application/json" = emacs;
|
||||
"application/toml" = emacs;
|
||||
"application/yaml" = emacs;
|
||||
"application/xml" = emacs;
|
||||
"application/pdf" = emacs;
|
||||
"application/epub+zip" = emacs;
|
||||
"application/rss+xml" = emacs;
|
||||
"application/oxps" = emacs;
|
||||
"application/msword" = emacs;
|
||||
"application/xhtml+xml" = browser;
|
||||
|
||||
"application/x-shellscript" = emacs;
|
||||
"application/x-extension-htm" = browser;
|
||||
"application/x-extension-html" = browser;
|
||||
"application/x-extension-shtml" = browser;
|
||||
"application/xhtml+xml" = browser;
|
||||
"application/x-extension-xhtml" = browser;
|
||||
"application/x-extension-xht" = browser;
|
||||
"application/x-mozilla-bookmarks" = browser;
|
||||
|
|
Loading…
Reference in a new issue