diff options
author | David Runge <dave@sleepmap.de> | 2022-03-16 16:14:31 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-03-16 16:24:14 +0100 |
commit | fd47c1a3424367c9aa9b21ab251673f6fa4c7fdd (patch) | |
tree | 24d143546d8d39bed5d7a9855fbfbdf00227fe32 | |
parent | a89b6daa8c717e01f3858d851de7dc98fac9790f (diff) | |
download | dotfiles-fd47c1a3424367c9aa9b21ab251673f6fa4c7fdd.tar.gz dotfiles-fd47c1a3424367c9aa9b21ab251673f6fa4c7fdd.tar.bz2 dotfiles-fd47c1a3424367c9aa9b21ab251673f6fa4c7fdd.tar.xz dotfiles-fd47c1a3424367c9aa9b21ab251673f6fa4c7fdd.zip |
mimeapps: Add entry for pdf and ebooks
.config/mimeapps.list:
Set mupdf as default for pdfs and bookworm to the list of ebook viewers.
-rw-r--r-- | .config/mimeapps.list | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/mimeapps.list b/.config/mimeapps.list index 1c4253d..038f821 100644 --- a/.config/mimeapps.list +++ b/.config/mimeapps.list @@ -10,6 +10,7 @@ application/x-extension-shtml=firefox.desktop application/xhtml+xml=firefox.desktop application/x-extension-xhtml=firefox.desktop application/x-extension-xht=firefox.desktop +application/pdf=mupdf.desktop [Added Associations] x-scheme-handler/http=firefox.desktop; @@ -35,3 +36,4 @@ video/x-matroska=mpv.desktop;vlc.desktop; video/x-ms-wmv=mpv.desktop; application/octet-stream=mpv.desktop; video/quicktime=mpv.desktop; +application/vnd.comicbook-rar=com.github.babluboy.bookworm.desktop;calibre-ebook-viewer.desktop; |