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";
|
||||
};
|
||||
/*
|
||||
Not sure what this does,
|
||||
but https://wiki.archlinux.org/title/Firefox#KDE_integration
|
||||
tells me to enable it
|
||||
https://wiki.archlinux.org/title/Firefox#KDE_integration tells me to enable this,
|
||||
but strangely enough doing so makes firefox ask to be set as the default browser
|
||||
every time you start it up, so I'll disable it
|
||||
*/
|
||||
"widget.use-xdg-desktop-portal.mime-handler" = {
|
||||
"Value" = 1;
|
||||
"Value" = 0;
|
||||
"Status" = "default";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue