mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
13 lines
413 B
Bash
13 lines
413 B
Bash
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
|