added mimes

This commit is contained in:
iceyrazor 2025-05-26 15:19:57 -05:00
parent f328ef7afd
commit 571effe737
1 changed files with 10 additions and 0 deletions

10
runs/mimes.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
echo SETTING MIMES
unset BROWSER
xdg-mime default zen.desktop application/pdf
xdg-mime default pinta.desktop image/jpeg
xdg-mime default pinta.desktop image/png
xdg-mime default pinta.desktop image/webp
xdg-settings set default-web-browser custom-zen.desktop
echo --------