summaryrefslogtreecommitdiff
path: root/lf/lfrc
diff options
context:
space:
mode:
Diffstat (limited to 'lf/lfrc')
-rw-r--r--lf/lfrc2
1 files changed, 1 insertions, 1 deletions
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
}}