From e54fe9214a615c53341601aad9bf5f140c5951ae Mon Sep 17 00:00:00 2001 From: ed Date: Fri, 22 Nov 2019 22:15:29 +0100 Subject: [PATCH] mupdf set as default epub reader --- noice/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noice/config.h b/noice/config.h index f549023..864462b 100644 --- a/noice/config.h +++ b/noice/config.h @@ -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" },