aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschererleander <leander@schererleander.de>2025-05-15 13:36:09 +0200
committerschererleander <leander@schererleander.de>2025-05-15 13:37:16 +0200
commitb9cdb60617d3551fe0faf9cf823c91b7f8096abe (patch)
tree633af59e0f9b835653555f82da5f151266f2e740
parent3a01141bee9acde657519aca94084a9bdda6608c (diff)
change preferences
-rw-r--r--modules/firefox.nix3
1 files changed, 3 insertions, 0 deletions
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;