From b3bb9361aa19e745f5487ab72f227f287bfe9c27 Mon Sep 17 00:00:00 2001 From: emma Date: Sat, 3 Sep 2022 00:51:02 -0400 Subject: [PATCH] added config file --- xdg-sanity.conf | 1 + xdg-sanity.sh | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 xdg-sanity.conf diff --git a/xdg-sanity.conf b/xdg-sanity.conf new file mode 100644 index 0000000..1acbb9a --- /dev/null +++ b/xdg-sanity.conf @@ -0,0 +1 @@ +browser = diff --git a/xdg-sanity.sh b/xdg-sanity.sh index 157f000..fa4583d 100755 --- a/xdg-sanity.sh +++ b/xdg-sanity.sh @@ -8,8 +8,6 @@ echo $MIME BROWSER=$(cat /etc/xdg-sanity.conf | sed -n -e 's/^browser = //p' ) -# add application/x-xpinstall text/xml application/xhtml+xml x-scheme-handler/https handling -# fix text/html; charset=utf-8 handling if [ "$MIME" = "text/html" ] then $BROWSER $1