summaryrefslogtreecommitdiffstats
path: root/.config/lf/lfrc
diff options
context:
space:
mode:
authorJoe <bousset.rudy@gmail.com>2023-01-31 21:13:10 +0100
committerJoe <bousset.rudy@gmail.com>2023-01-31 21:13:10 +0100
commitae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f (patch)
tree7341031ed0f84167350e95f48397761ef6544ad9 /.config/lf/lfrc
parentfbsd merge (diff)
parentup (diff)
downloaddotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.gz
dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.bz2
dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.xz
dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.tar.zst
dotfiles-bsd-ae83bf5ca77c4cb3b6f219456e92d4c5e0f8fc9f.zip
Merge branch 'master' of gitjoe.xyz:dotfiles-bsd
Diffstat (limited to '')
-rw-r--r--.config/lf/lfrc2
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"