aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--noice.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/noice.c b/noice.c
index 5916fca..c016d9a 100644
--- a/noice.c
+++ b/noice.c
@@ -44,10 +44,10 @@ struct assoc {
/* Configuration */
struct assoc assocs[] = {
{ "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" },
- { "\\.srt$", "less" },
- { "\\.txt$", "less" },
+ { "\\.(png|jpg|gif)$", "feh" },
+ { "\\.(html|svg)$", "firefox" },
+ { "\\.pdf$", "mupdf" },
{ "\\.sh$", "sh" },
- { "^README$", "less" },
{ ".*", "less" },
};