aboutsummaryrefslogtreecommitdiff
path: root/runs
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2025-05-26 15:19:57 -0500
committericeyrazor <iceyrazor@mailfence.com>2025-05-26 15:19:57 -0500
commit571effe7375fa6c21b00fa32b40010d6353eb471 (patch)
treec9e26d1532f5042cf088760ad0d7252c508cf2aa /runs
parentf328ef7afd994f8fce82d462e90d250816580c1e (diff)
added mimes
Diffstat (limited to 'runs')
-rwxr-xr-xruns/mimes.sh10
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 --------