aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;