diff options
| author | Joe <rbo@gmx.us> | 2025-08-05 10:18:40 +0200 | 
|---|---|---|
| committer | Joe <rbo@gmx.us> | 2025-08-05 10:18:40 +0200 | 
| commit | e7d5ea2b2709994ec815bce2a458bf19d82b485a (patch) | |
| tree | ad8ab1e588a346e7341b57da7a87bdf3e4e4f5dd /.config/lf | |
| parent | up (diff) | |
| download | dotfiles-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 '')
| -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 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" | 
