summaryrefslogtreecommitdiffstats
path: root/.config/lf/lfrc
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2022-03-19 11:18:11 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2022-03-19 11:18:11 +0100
commita05dff1c9e343f72bbd46626dc4d89e2d0b012e0 (patch)
treebfdff23fcfa8ec29f26c208b458e17d92177fb3b /.config/lf/lfrc
parentlf and sxiv colors update (diff)
downloaddotfiles-bsd-a05dff1c9e343f72bbd46626dc4d89e2d0b012e0.tar.gz
dotfiles-bsd-a05dff1c9e343f72bbd46626dc4d89e2d0b012e0.tar.bz2
dotfiles-bsd-a05dff1c9e343f72bbd46626dc4d89e2d0b012e0.tar.xz
dotfiles-bsd-a05dff1c9e343f72bbd46626dc4d89e2d0b012e0.tar.zst
dotfiles-bsd-a05dff1c9e343f72bbd46626dc4d89e2d0b012e0.zip
lf and env updates
Diffstat (limited to '')
-rw-r--r--.config/lf/lfrc4
1 files changed, 2 insertions, 2 deletions
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 ;;