diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-02-03 14:09:55 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-02-03 14:09:55 +0530 |
| commit | c30799526a302c39ba4a57415cbf6c8be73491f0 (patch) | |
| tree | 2df0a383751f94ca32fccbcc3408a275a29a5284 /.config/lf/lfrc | |
| parent | a3bad57a59b857febb72d6ae68b46e51e2165c0d (diff) | |
add nsxiv to img.desktop and lfrc
Diffstat (limited to '.config/lf/lfrc')
| -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 a5bed07..cd45156 100644 --- a/.config/lf/lfrc +++ b/.config/lf/lfrc @@ -19,7 +19,7 @@ cmd open ${{ image/x-xcf) setsid -f gimp $f >/dev/null 2>&1 ;; image/svg+xml) display -- $f ;; image/*) rotdir $f | grep -i "\.\(png\|jpg\|jpeg\|gif\|webp\|tif\|ico\)\(_large\)*$" | - setsid -f sxiv -aio 2>/dev/null | while read -r file; do + setsid -f nsxiv -aio 2>/dev/null | while read -r file; do [ -z "$file" ] && continue lf -remote "send select \"$file\"" lf -remote "send toggle" |
