summaryrefslogtreecommitdiffstats
path: root/.config/lf
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2025-08-05 10:18:40 +0200
committerJoe <rbo@gmx.us>2025-08-05 10:18:40 +0200
commite7d5ea2b2709994ec815bce2a458bf19d82b485a (patch)
treead8ab1e588a346e7341b57da7a87bdf3e4e4f5dd /.config/lf
parentup (diff)
downloaddotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.tar.gz
dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.tar.bz2
dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.tar.xz
dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.tar.zst
dotfiles-bsd-e7d5ea2b2709994ec815bce2a458bf19d82b485a.zip
up
Diffstat (limited to '.config/lf')
-rw-r--r--.config/lf/lfrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/lf/lfrc b/.config/lf/lfrc
index b121f04..60a0964 100644
--- a/.config/lf/lfrc
+++ b/.config/lf/lfrc
@@ -25,7 +25,7 @@ cmd open ${{
image/svg+xml) display -- $f ;;
image/*)
rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|tif\|ico\)\(_large\)*$" |
- imv 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"