aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/xgo3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/xgo b/bin/xgo
index b2ff906a..f4e3e51f 100755
--- a/bin/xgo
+++ b/bin/xgo
@@ -22,6 +22,9 @@ for url ; do (
# If the MIME type is an image, load it in feh(1)
case $mt in
+ audio/*)
+ mpv --force-window -- "$url" && exit
+ ;;
image/gif) ;;
image/*)
curl -- "$url" | feh - && exit