Update iview.

This commit is contained in:
Mid Favila 2021-08-19 16:25:29 -03:00
parent 02179655f4
commit 4e06e16d63
1 changed files with 7 additions and 1 deletions

6
iview
View File

@ -18,5 +18,11 @@ case "${type}" in
esac
if [ -x /bin/sxiv ]
then
/bin/sxiv -bg "${x}" "${1}"
else
meh "${1}"
fi
exit