summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-04-04 13:14:35 +0000
committerGitHub <noreply@github.com>2026-04-04 13:14:35 +0000
commit7f9e3e0508b78a71922e5df135004e8ae01dd43b (patch)
tree416ebcb102b26ccefccb4e9abd12c7ae3c24fd24
parent5bc9076ad8b20468405ba94c291adea3bb463f90 (diff)
Configure default image and video MIME types
Set default applications for various image and video formats.
-rw-r--r--silly.sh4
1 files changed, 4 insertions, 0 deletions
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"
}