mupdf set as default epub reader
This commit is contained in:
parent
acc9d6e3bd
commit
e54fe9214a
|
@ -12,7 +12,7 @@ struct assoc assocs[] = {
|
||||||
{ "\\.(avi|mp4|mkv|mp3|ogg|wav|flac|mov|webm)$", "mpv" },
|
{ "\\.(avi|mp4|mkv|mp3|ogg|wav|flac|mov|webm)$", "mpv" },
|
||||||
{ "\\.(png|jpg|gif|ff)$", "sxiv" },
|
{ "\\.(png|jpg|gif|ff)$", "sxiv" },
|
||||||
{ "\\.(zip|gz|bz2|xz|rar)$", "unar" },
|
{ "\\.(zip|gz|bz2|xz|rar)$", "unar" },
|
||||||
{ "\\.epub$", "goreader" },
|
{ "\\.epub$", "mupdf" },
|
||||||
{ "\\.html$", "w3m" },
|
{ "\\.html$", "w3m" },
|
||||||
{ "\\.svg$", "inkscape" },
|
{ "\\.svg$", "inkscape" },
|
||||||
{ "\\.xcf$", "gimp" },
|
{ "\\.xcf$", "gimp" },
|
||||||
|
|
Loading…
Reference in New Issue