diff options
| author | krolxon <krolyxon@tutanota.com> | 2023-11-18 22:55:29 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2023-11-18 22:55:29 +0530 |
| commit | fc1309dd32e668b1aa9e7b0d9f5675dc29dddc90 (patch) | |
| tree | d305bbab541446943a6af79a10603cd58bb93dbb /.config/lf | |
| parent | 5eb1cd15c3e8ab9e2efb9a755a8b8da2f7cb6e3d (diff) | |
add jpeg-xl to lfrc
Diffstat (limited to '.config/lf')
| -rw-r--r-- | .config/lf/lfrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc index 0e50191..c9e617a 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -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\"" |
