mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add .mov to config.h
This commit is contained in:
parent
108996a802
commit
c5283392fb
|
@ -5,7 +5,7 @@
|
||||||
int mtimeorder = 0; /* Set to 1 to sort by time in the default case */
|
int mtimeorder = 0; /* Set to 1 to sort by time in the default case */
|
||||||
|
|
||||||
struct assoc assocs[] = {
|
struct assoc assocs[] = {
|
||||||
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
|
{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" },
|
||||||
{ "\\.(png|jpg|gif)$", "feh" },
|
{ "\\.(png|jpg|gif)$", "feh" },
|
||||||
{ "\\.(html|svg)$", "firefox" },
|
{ "\\.(html|svg)$", "firefox" },
|
||||||
{ "\\.pdf$", "mupdf" },
|
{ "\\.pdf$", "mupdf" },
|
||||||
|
|
2
noice.1
2
noice.1
|
@ -102,7 +102,7 @@ The following example shows one possible configuration for
|
||||||
file associations which is also the default:
|
file associations which is also the default:
|
||||||
.Bd -literal
|
.Bd -literal
|
||||||
struct assoc assocs[] = {
|
struct assoc assocs[] = {
|
||||||
{ "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" },
|
{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mplayer" },
|
||||||
{ "\\.(png|jpg|gif)$", "feh" },
|
{ "\\.(png|jpg|gif)$", "feh" },
|
||||||
{ "\\.(html|svg)$", "firefox" },
|
{ "\\.(html|svg)$", "firefox" },
|
||||||
{ "\\.pdf$", "mupdf" },
|
{ "\\.pdf$", "mupdf" },
|
||||||
|
|
Loading…
Reference in a new issue