diff options
| author | silly <u65487754@gmail.com> | 2026-04-04 13:14:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 13:14:35 +0000 |
| commit | 7f9e3e0508b78a71922e5df135004e8ae01dd43b (patch) | |
| tree | 416ebcb102b26ccefccb4e9abd12c7ae3c24fd24 | |
| parent | 5bc9076ad8b20468405ba94c291adea3bb463f90 (diff) | |
Configure default image and video MIME types
Set default applications for various image and video formats.
| -rw-r--r-- | silly.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" } |
