From: sin Date: Wed, 19 Aug 2015 07:39:19 +0000 (+0100) Subject: Add .mov to config.h X-Git-Tag: v1.0~92^2~53 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c5283392fbf14c3a94be6b04e2561a14e9ec98df;p=nnn.git Add .mov to config.h --- diff --git a/config.def.h b/config.def.h index 167e6481..a3553331 100644 --- a/config.def.h +++ b/config.def.h @@ -5,7 +5,7 @@ int mtimeorder = 0; /* Set to 1 to sort by time in the default case */ struct assoc assocs[] = { - { "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" }, + { "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" }, { "\\.(png|jpg|gif)$", "feh" }, { "\\.(html|svg)$", "firefox" }, { "\\.pdf$", "mupdf" }, diff --git a/noice.1 b/noice.1 index ab400d61..bba780b7 100644 --- a/noice.1 +++ b/noice.1 @@ -102,7 +102,7 @@ The following example shows one possible configuration for file associations which is also the default: .Bd -literal struct assoc assocs[] = { - { "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" }, + { "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" }, { "\\.(png|jpg|gif)$", "feh" }, { "\\.(html|svg)$", "firefox" }, { "\\.pdf$", "mupdf" },