Firefox: disable widget.use-xdg-desktop-portal.mime-handler
This commit is contained in:
parent
4ba470cf5d
commit
2d69565d91
1 changed files with 4 additions and 4 deletions
|
|
@ -41,12 +41,12 @@
|
||||||
"Status" = "default";
|
"Status" = "default";
|
||||||
};
|
};
|
||||||
/*
|
/*
|
||||||
Not sure what this does,
|
https://wiki.archlinux.org/title/Firefox#KDE_integration tells me to enable this,
|
||||||
but https://wiki.archlinux.org/title/Firefox#KDE_integration
|
but strangely enough doing so makes firefox ask to be set as the default browser
|
||||||
tells me to enable it
|
every time you start it up, so I'll disable it
|
||||||
*/
|
*/
|
||||||
"widget.use-xdg-desktop-portal.mime-handler" = {
|
"widget.use-xdg-desktop-portal.mime-handler" = {
|
||||||
"Value" = 1;
|
"Value" = 0;
|
||||||
"Status" = "default";
|
"Status" = "default";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue