From 571effe7375fa6c21b00fa32b40010d6353eb471 Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Mon, 26 May 2025 15:19:57 -0500 Subject: [PATCH] added mimes --- runs/mimes.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 runs/mimes.sh 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 --------