noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit 7273c9d6819c50ab546885f7d6d0e81d03b7ca16
parent 3bc66a43a7d1610776ff25af3675f9527fc4aabc
Author: sin <sin@2f30.org>
Date:   Tue, 21 Oct 2014 12:07:20 +0100

Add flac to default associations

Diffstat:
Mconfig.def.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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" },