aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-03 23:45:53 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-03 23:45:53 +0530
commit754ea4d3efbe54ef5649536fcef1600d2f090233 (patch)
treee8d8b7261f1fb42d7a9249d550b3724a615d78b5
parent30c8828e42e6e14fc3704a0e91fa2a5610296dc2 (diff)
downloadnnn-754ea4d3efbe54ef5649536fcef1600d2f090233.tar.gz
Update static associations
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index db4b5d6..4a80b57 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" },