added mimes
This commit is contained in:
parent
f328ef7afd
commit
571effe737
|
@ -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 --------
|
Loading…
Reference in New Issue