]> Sergey Matveev's repositories - nnn.git/commitdiff
Update static associations
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 3 Apr 2017 18:15:53 +0000 (23:45 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 3 Apr 2017 18:15:53 +0000 (23:45 +0530)
config.def.h

index db4b5d6c44befb8463829c2b4e0c81cde996d438..4a80b5740fddb1b4fb2028c9f29b82ac444c360e 100644 (file)
@@ -11,9 +11,9 @@ static int showdetail  = 0; /* Set to show additional file info */
 static char *idlecmd   = "rain"; /* The screensaver program */
 
 struct assoc assocs[] = {
-       //{ "\\.(avi|mp4|mkv|mp3|ogg|flac|mov)$", "mpv" },
        { "\\.(c|cpp|h|txt|log|sh)$", "vi" },
-       { "\\.(wma|mp3|ogg|flac)$", "mpv" },
+       //{ "\\.(avi|mp4|mkv|3gp|mov)$", "mpv" },
+       { "\\.(wma|mp3|ogg|flac|m4a)$", "mpv" },
        //{ "\\.(png|jpg|gif)$", "feh" },
        //{ "\\.(html|svg)$", "firefox" },
        { "\\.pdf$", "zathura" },