[bin] Open jpegs with xdg

This commit is contained in:
Sebastian Schulze 2021-05-20 08:34:52 +02:00
parent 1837104d59
commit 5dc233256a
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ case "${lower%%:*}" in
*.gif)
exec mpv --loop=inf "$1"
;;
*.jpg|*.png)
*.jpeg|*.jpg|*.png)
exec feh "$1"
;;
mailto)