diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2025-05-26 15:19:57 -0500 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2025-05-26 15:19:57 -0500 |
| commit | 571effe7375fa6c21b00fa32b40010d6353eb471 (patch) | |
| tree | c9e26d1532f5042cf088760ad0d7252c508cf2aa | |
| parent | f328ef7afd994f8fce82d462e90d250816580c1e (diff) | |
added mimes
| -rwxr-xr-x | runs/mimes.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runs/mimes.sh b/runs/mimes.sh new file mode 100755 index 0000000..76f0f6c --- /dev/null +++ b/runs/mimes.sh @@ -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 -------- |
