mupdf set as default epub reader

This commit is contained in:
ed 2019-11-22 22:15:29 +01:00
parent acc9d6e3bd
commit e54fe9214a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg|wav|flac|mov|webm)$", "mpv" },
{ "\\.(png|jpg|gif|ff)$", "sxiv" },
{ "\\.(zip|gz|bz2|xz|rar)$", "unar" },
{ "\\.epub$", "goreader" },
{ "\\.epub$", "mupdf" },
{ "\\.html$", "w3m" },
{ "\\.svg$", "inkscape" },
{ "\\.xcf$", "gimp" },