diff options
Diffstat (limited to 'plugins/nuke')
| -rwxr-xr-x | plugins/nuke | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nuke b/plugins/nuke index 2bab939..7ba36b3 100755 --- a/plugins/nuke +++ b/plugins/nuke @@ -204,7 +204,7 @@ handle_multimedia() { ## Image image/*) if [ $GUI -ne 0 ] && which sxiv >/dev/null 2>&1; then - sxiv -q "$1" "$(dirname "${FPATH}")" & + sxiv -q "${FPATH}" & exit 0 elif which viu >/dev/null 2>&1; then viu -n "${FPATH}" | less -R |