From 40e500c009bd65b7305ea95a3e61db88d5886181 Mon Sep 17 00:00:00 2001 From: "John Ankarstr\\xf6m" Date: Thu, 3 Jun 2021 22:10:24 +0200 Subject: Update file associations --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }, }; -- cgit v1.2.3