Explorar el Código

Fix opening image with sxiv

master
Arun Prakash Jana hace 5 años
padre
commit
2886abc90c
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: A75979F35C080412
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      plugins/nuke

+ 1
- 1
plugins/nuke Ver fichero

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


||||||
x
 
000:0
Cargando…
Cancelar
Guardar