added config file

This commit is contained in:
Emma Tebibyte 2022-09-03 00:51:02 -04:00
parent 586088dda4
commit b3bb9361aa
2 changed files with 1 additions and 2 deletions

1
xdg-sanity.conf Normal file
View File

@ -0,0 +1 @@
browser =

View File

@ -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