This commit is contained in:
speedie 2022-10-27 18:40:42 +02:00
parent 5dd9cbc8e8
commit 5c0daa5136

View file

@ -115,9 +115,9 @@ SWAL_CHECK()
if [ "$SWAL_IMAGE_VIEWER" = "" ]; then
if command -v feh > /dev/null; then
SWAL_IMAGE_VIEWER=feh
if command -v sxiv > /dev/null; then
elif command -v sxiv > /dev/null; then
SWAL_IMAGE_VIEWER=sxiv
if command -v nsxiv > /dev/null; then
elif command -v nsxiv > /dev/null; then
SWAL_IMAGE_VIEWER=nsxiv
fi
fi