aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/imgsxiv2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/imgsxiv b/plugins/imgsxiv
index 1fe81b7..cbe4a18 100755
--- a/plugins/imgsxiv
+++ b/plugins/imgsxiv
@@ -9,7 +9,7 @@
if command -v sxiv >/dev/null 2>&1; then
if ! [ -z "$1" ]; then
if [ -f "$1" ]; then
- sxiv -q "$PWD"
+ sxiv -q "$1" "$PWD"
elif [ -d "$1" ] || [ -h "$1" ]; then
sxiv -qt "$1"
fi