aboutsummaryrefslogtreecommitdiffstats
path: root/noice.1
diff options
context:
space:
mode:
Diffstat (limited to 'noice.1')
-rw-r--r--noice.12
1 files changed, 1 insertions, 1 deletions
diff --git a/noice.1 b/noice.1
index ab400d6..bba780b 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" },