Let imv open all images by default

This commit is contained in:
David Heinemeier Hansson
2025-06-25 09:50:16 -07:00
parent c62764736c
commit 244937821b
2 changed files with 19 additions and 0 deletions

12
install/mimetypes.sh Normal file
View File

@ -0,0 +1,12 @@
update-desktop-database ~/.local/share/applications
# Open all images with imv
xdg-mime default imv.desktop image/png
xdg-mime default imv.desktop image/jpeg
xdg-mime default imv.desktop image/gif
xdg-mime default imv.desktop image/webp
xdg-mime default imv.desktop image/bmp
xdg-mime default imv.desktop image/tiff
# Open PDFs with the Document Viewer
xdg-mime default org.gnome.Evince.desktop application/pdf