From b9cdb60617d3551fe0faf9cf823c91b7f8096abe Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 15 May 2025 13:36:09 +0200 Subject: change preferences --- modules/firefox.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/firefox.nix b/modules/firefox.nix index 8273651..a9af9dc 100644 --- a/modules/firefox.nix +++ b/modules/firefox.nix @@ -197,6 +197,9 @@ "toolkit.legacyUserProfileCustomizations.stylesheets" = true; "browser.toolbars.bookmarks.visibility" = "never"; + # Disable fullscreen notification + "full-screen-api.warning.timeout" = "0"; + # Disable annoying translation popup "browser.translations.automaticallyPopup" = false; -- cgit v1.3.1