diff options
author | sin <sin@2f30.org> | 2015-08-19 08:39:19 +0100 |
---|---|---|
committer | sin <sin@2f30.org> | 2015-08-19 08:39:19 +0100 |
commit | c5283392fbf14c3a94be6b04e2561a14e9ec98df (patch) | |
tree | 36635cbab3ab99d6a08145e58e78661814097f78 /noice.1 | |
parent | 108996a802181e7acf3c562771bda8864c855e1d (diff) | |
download | nnn-c5283392fbf14c3a94be6b04e2561a14e9ec98df.tar.gz |
Add .mov to config.h
Diffstat (limited to 'noice.1')
-rw-r--r-- | noice.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }, |