]> Sergey Matveev's repositories - nnn.git/commitdiff
Add .mov to config.h
authorsin <sin@2f30.org>
Wed, 19 Aug 2015 07:39:19 +0000 (08:39 +0100)
committersin <sin@2f30.org>
Wed, 19 Aug 2015 07:39:19 +0000 (08:39 +0100)
config.def.h
noice.1

index 167e6481cfb12497162f98d613862722b490a7db..a355333108195390263411fc771aec6287560516 100644 (file)
@@ -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 ab400d61585e35f038a37ac7e279db8ea9bdf174..bba780b7c151c73740ee66ef4d3c580b15d976af 100644 (file)
--- 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" },