sxiv correction

This commit is contained in:
Emre AKYÜZ 2023-07-01 05:13:12 +03:00 committed by GitHub
parent 0f5dcce49a
commit e2c750002f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ cmd open ${{
done done
for ((i=0; i<${#images[@]}; i++)); do for ((i=0; i<${#images[@]}; i++)); do
[[ "${images[i]}" = "$selected_file" ]] && { [[ "${images[i]}" = "$selected_file" ]] && {
sxiv -nabfio "$((i + 1))" "${images[@]}" sxiv -na "$((i + 1))" "${images[@]}"
break break
} }
done done