diff options
Diffstat (limited to '')
-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 5c7c519..c4871ea 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -24,7 +24,7 @@ cmd open ${{ image/x-xcf) bsdsetsid gimp $f >/dev/null 2>&1 ;; image/svg+xml) display -- $f ;; image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|tif\|ico\)\(_large\)*$" | - bsdsetsid nsxiv -aibof 2>/dev/null | while read -r file; do + nsxiv -aibof 2>/dev/null | while read -r file; do [ -z "$file" ] && continue lf -remote "send select \"$file\"" lf -remote "send toggle" |