diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-03 14:36:30 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-03 14:36:30 +0200 |
commit | 7a4abe42e05037eae692f21fc30c2fb9c6f37b18 (patch) | |
tree | 034cac7be1bc35c9f2f5268d55586de5846e6e72 /.config | |
parent | Fixed stuff (diff) | |
download | dotfiles-bsd-7a4abe42e05037eae692f21fc30c2fb9c6f37b18.tar.gz dotfiles-bsd-7a4abe42e05037eae692f21fc30c2fb9c6f37b18.tar.bz2 dotfiles-bsd-7a4abe42e05037eae692f21fc30c2fb9c6f37b18.tar.xz dotfiles-bsd-7a4abe42e05037eae692f21fc30c2fb9c6f37b18.tar.zst dotfiles-bsd-7a4abe42e05037eae692f21fc30c2fb9c6f37b18.zip |
update
Diffstat (limited to '.config')
-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 6025a69..a36afba 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -22,7 +22,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 sxiv -aibo 2>/dev/null | while read -r file; do + bsdsetsid sxiv -aibof 2>/dev/null | while read -r file; do [ -z "$file" ] && continue lf -remote "send select \"$file\"" lf -remote "send toggle" |