aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-03 22:10:24 +0200
committerJohn Ankarstr\xf6m <john@ankarstrom.se>2021-06-03 22:10:24 +0200
commit40e500c009bd65b7305ea95a3e61db88d5886181 (patch)
tree7f55547c8df38e04043259c9f6c273ba0204d6ab
parent470c934fc77a978d4d1fa6171f8ca2c6556a6364 (diff)
downloadnoice-40e500c009bd65b7305ea95a3e61db88d5886181.tar.gz
Update file associations
-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" },
};