From 2b0ee1da296e15a0995e93edc0cece033d0c7d45 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 26 Apr 2020 00:39:49 +0300 Subject: [PATCH] Feat(.mc/mc.ext): Switch to `audacious` Switch from `deadbeef` back to `audacious` and `audtool`. --- .mc/mc.ext | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mc/mc.ext b/.mc/mc.ext index b20df18..e0a8118 100644 --- a/.mc/mc.ext +++ b/.mc/mc.ext @@ -774,9 +774,9 @@ regex/\.([Zz][Ii][Pp])$ View=%view{ascii} unzip -v %f include/audio - #Open=[ "`audtool --get-volume`" -eq 0 ] && (audacious & sleep 3); audtool --playlist-clear --playlist-addurl %f --playback-play + Open=[ "`audtool --get-volume`" -eq 0 ] && (audacious & sleep 3); audtool --playlist-clear --playlist-addurl %f --playback-play #Open=mplayer %f & - Open=deadbeef %f & + #Open=deadbeef %f & #Open=mediaplayer_open %f View=%view{ascii} %f -- 2.39.2