From: sin Date: Tue, 21 Oct 2014 11:07:20 +0000 (+0100) Subject: Add flac to default associations X-Git-Tag: v1.0~92^2~209 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=7273c9d6819c50ab546885f7d6d0e81d03b7ca16;p=nnn.git Add flac to default associations --- diff --git a/config.def.h b/config.def.h index e7af17f0..3d733a2d 100644 --- a/config.def.h +++ b/config.def.h @@ -3,7 +3,7 @@ #define EMPTY " " struct assoc assocs[] = { - { "\\.(avi|mp4|mkv|mp3|ogg)$", "mplayer" }, + { "\\.(avi|mp4|mkv|mp3|ogg|flac)$", "mplayer" }, { "\\.(png|jpg|gif)$", "feh" }, { "\\.(html|svg)$", "firefox" }, { "\\.pdf$", "mupdf" },