From 9e4b837ba3edf0de09a0941af8b434065be36a01 Mon Sep 17 00:00:00 2001 From: zachir Date: Thu, 23 Feb 2023 05:57:14 -0600 Subject: use nsxiv instead of sxiv in lf --- lf/lfrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lf/lfrc') diff --git a/lf/lfrc b/lf/lfrc index 37c9fc7..1b2eb7a 100644 --- a/lf/lfrc +++ b/lf/lfrc @@ -14,7 +14,7 @@ cmd open ${{ video/*) mpv "$f";; audio/*) mpv "$f";; application/pdf) zathura "$f" ;; - image/*) sxiv "$f" ;; + image/*) nsxiv "$f" ;; *) xdg-open "$f" ;; esac }} -- cgit v1.2.3