Browse Source

Fix opening image with sxiv

master
Arun Prakash Jana 5 years ago
parent
commit
2886abc90c
No known key found for this signature in database GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/nuke

+ 1
- 1
plugins/nuke View File

@@ -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


Loading…
Cancel
Save