From: Arun Prakash Jana Date: Mon, 3 Apr 2017 18:15:53 +0000 (+0530) Subject: Update static associations X-Git-Tag: v1.0~29 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=754ea4d3efbe54ef5649536fcef1600d2f090233;p=nnn.git Update static associations --- diff --git a/config.def.h b/config.def.h index db4b5d6c..4a80b574 100644 --- a/config.def.h +++ b/config.def.h @@ -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" },