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 82554bcdd6fb55dfe4458c367f9888c0603ea4e2
parent dfb4e8db40d5a7433195198a607a9b4fcdc21c8d
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  2 Apr 2020 19:50:00 +0200

Play ogg-vorbis in mpv

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

diff --git a/.local/bin/plumb b/.local/bin/plumb @@ -67,7 +67,7 @@ handle_target() { case "$mime_type" in image/*) detach sxiv "$t";; - video/*|audio/*) + video/*|audio/*|application/ogg) mpv "$t";; text/html) detach $BROWSER "$t";;