Firefox: integrate better with kde
This commit is contained in:
parent
7974ca628c
commit
f9e71005a4
1 changed files with 14 additions and 0 deletions
|
|
@ -35,6 +35,20 @@
|
||||||
"Value" = true;
|
"Value" = true;
|
||||||
"Status" = "locked";
|
"Status" = "locked";
|
||||||
};
|
};
|
||||||
|
# Make firefox use the kde file picker
|
||||||
|
"widget.use-xdg-desktop-portal.file-picker" = {
|
||||||
|
"Value" = 1;
|
||||||
|
"Status" = "default";
|
||||||
|
};
|
||||||
|
/*
|
||||||
|
Not sure what this does,
|
||||||
|
but https://wiki.archlinux.org/title/Firefox#KDE_integration
|
||||||
|
tells me to enable it
|
||||||
|
*/
|
||||||
|
"widget.use-xdg-desktop-portal.mime-handler" = {
|
||||||
|
"Value" = 1;
|
||||||
|
"Status" = "default";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
"Permissions" = {
|
"Permissions" = {
|
||||||
"Autoplay" = {
|
"Autoplay" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue