From a05dff1c9e343f72bbd46626dc4d89e2d0b012e0 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 19 Mar 2022 11:18:11 +0100 Subject: lf and env updates --- .config/lf/lfrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/lf') diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 586ea71..24a9961 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -29,8 +29,8 @@ cmd open ${{ lf -remote "send toggle" done & ;; - audio/*) bsdsetsid st -e mpv --no-audio-display --audio-channels=stereo $f ;; - video/*) bsdsetsid mpv --fullscreen --really-quiet --audio-channels=stereo $f >/dev/null 2>&1 ;; + audio/*) bsdsetsid st -e mpv --no-audio-display --audio-channels=stereo $fx ;; + video/*) bsdsetsid mpv --fullscreen --really-quiet --audio-channels=stereo $fx >/dev/null 2>&1 ;; *opendocument*) odt2txt $f | less ;; application/pdf|application/vnd*|application/epub*) bsdsetsid zathura $fx >/dev/null 2>&1 ;; application/pgp-encrypted) $EDITOR $fx ;; -- cgit v1.2.3