From 7f9e3e0508b78a71922e5df135004e8ae01dd43b Mon Sep 17 00:00:00 2001 From: silly Date: Sat, 4 Apr 2026 13:14:35 +0000 Subject: Configure default image and video MIME types Set default applications for various image and video formats. --- silly.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'silly.sh') diff --git a/silly.sh b/silly.sh index a4e6a8e..b7db587 100644 --- a/silly.sh +++ b/silly.sh @@ -69,6 +69,10 @@ install() { done rm -rf "$tmp" + + xdg-mime default imv.desktop image/jpeg image/png image/gif image/webp image/bmp image/tiff + xdg-mime default mpv.desktop video/mp4 video/x-matroska video/webm video/quicktime video/x-msvideo video/x-flv + hyprctl reload && clear echo "dotfiles installed" } -- cgit v1.3.1