aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-08-26 08:07:57 -0300
committerEuAndreh <eu@euandre.org>2018-08-26 08:07:57 -0300
commit45ea51c4e689aaaad0cd062358a7d9dce402d529 (patch)
treecac748dec58a1baa0b8c219b64ee81dfd68e34c0
parentAdd channel candidate (diff)
downloaddotfiles-45ea51c4e689aaaad0cd062358a7d9dce402d529.tar.gz
dotfiles-45ea51c4e689aaaad0cd062358a7d9dce402d529.tar.xz
Add extra xdg-mime handlers for audio file formats.
-rw-r--r--bash/x.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/x.sh b/bash/x.sh
index ab94b0f..0759fc2 100644
--- a/bash/x.sh
+++ b/bash/x.sh
@@ -9,6 +9,8 @@ isLinux && {
xdg-mime default vlc.desktop video/mp4
xdg-mime default vlc.desktop video/webm
xdg-mime default vlc.desktop video/x-matroska
+ xdg-mime default vlc.desktop audio/mpeg
+ xdg-mime default vlc.desktop audio/x-flac
xdg-settings set default-web-browser firefox.desktop
xdg-mime default firefox.desktop text/html