Add .mov to config.h

This commit is contained in:
sin 2015-08-19 08:39:19 +01:00
parent 108996a802
commit c5283392fb
2 changed files with 2 additions and 2 deletions

View 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" },

View File

@ -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" },