From 605d98f559e392873178c99a5fb4afb178ba79c7 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Mon, 13 Jan 2025 12:38:02 +0100 Subject: [PATCH] Librewolf: More customization --- home/features/desktop/common/firefox.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/home/features/desktop/common/firefox.nix b/home/features/desktop/common/firefox.nix index 2e41ca8..af52af5 100644 --- a/home/features/desktop/common/firefox.nix +++ b/home/features/desktop/common/firefox.nix @@ -117,7 +117,7 @@ search = { force = true; default = "DuckDuckGo"; - privateDefault = "DuckDuckGo"; + privateDefault = "DuckDuckGo"; }; settings = { @@ -127,7 +127,8 @@ "media.hardwaremediakeys.enabled" = false; # Interferes with KDE Connect "browser.urlbar.keepPanelOpenDuringImeComposition" = true; # Improve Firefox IME support "media.eme.enabled" = true; # Enable DRM for e.g. Spotify - "privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts" = true; # Automatically decline Canvas request + "privacy.resistFingerprinting.autoDeclineNoUserInputCanvasPrompts" = true; # Automatically decline Canvas request + "media.videocontrols.picture-in-picture.video-toggle.enabled" = false; # Disable picture in picture "dom.security.https_only_mode" = true; "browser.download.panel.shown" = false; "browser.toolbars.bookmarks.visibility" = "always";