add jpeg-xl to lfrc

This commit is contained in:
krolxon 2023-11-18 22:55:29 +05:30
parent 5eb1cd15c3
commit fc1309dd32
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ cmd open ${{
text/*|application/x-subrip) $EDITOR $fx;;
image/x-xcf) setsid -f gimp $f >/dev/null 2>&1 ;;
image/svg+xml) display -- $f ;;
image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|avif\|tif\|ico\)\(_large\)*$" |
image/*) rotdir $f | grep -i "\.\(png\|jpg\|jxl\|jpeg\|gif\|webp\|avif\|tif\|ico\)\(_large\)*$" |
setsid -f nsxiv -aio 2>/dev/null | while read -r file; do
[ -z "$file" ] && continue
lf -remote "send select \"$file\""