Add flac to default associations

This commit is contained in:
sin 2014-10-21 12:07:20 +01:00
parent 3bc66a43a7
commit 7273c9d681
1 changed files with 1 additions and 1 deletions

View File

@ -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" },