dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 203de0d0fa7ddcc72a08a66111d7bff81ec98b50
parent 2503d39261e2b8c994cf1f2a782f51eef149930c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 14 Nov 2019 11:10:05 +0100

Handle audio with mpv

Diffstat:
M.local/bin/xdg-open | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/xdg-open b/.local/bin/xdg-open @@ -34,7 +34,7 @@ handle_target() { image/*) sxiv "$1" >/dev/null 2>&1 & return 0;; - video/*) + video/*|audio/*) mpv "$1" >/dev/null 2>&1 & return 0;; text/html)