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" },