summaryrefslogtreecommitdiff
path: root/silly.sh
diff options
context:
space:
mode:
Diffstat (limited to 'silly.sh')
-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"
}