projects
/
nnn.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6a4dd
)
Fix opening image with sxiv
author
Arun Prakash Jana <engineerarun@gmail.com>
Fri, 13 Dec 2019 03:03:02 +0000 (08:33 +0530)
committer
Arun Prakash Jana <engineerarun@gmail.com>
Fri, 13 Dec 2019 03:03:02 +0000 (08:33 +0530)
plugins/nuke
patch
|
blob
|
history
diff --git
a/plugins/nuke
b/plugins/nuke
index 2bab939ab8fc42cca6a29a988e02b664c8768b60..7ba36b348e25e4640c872a09edf5802c6509d91d 100755
(executable)
--- 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