aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index ad9d068..5030e55 100644
--- a/config.h
+++ b/config.h
@@ -34,8 +34,9 @@ struct cpair pairs[] = {
struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mpv" },
{ "\\.(png|jpg|gif)$", "feh" },
+ { "\\.(xwd)$", "display" },
{ "\\.(html|svg)$", "w3m" },
- { "\\.pdf$", "mupdf" },
+ { "\\.pdf$", "xpdf" },
{ "\\.sh$", "sh" },
{ ".", "less" },
};