added config file
This commit is contained in:
parent
586088dda4
commit
b3bb9361aa
1
xdg-sanity.conf
Normal file
1
xdg-sanity.conf
Normal file
@ -0,0 +1 @@
|
||||
browser =
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user