diff options
| author | schererleander <leander@schererleander.de> | 2025-05-15 13:36:09 +0200 |
|---|---|---|
| committer | schererleander <leander@schererleander.de> | 2025-05-15 13:37:16 +0200 |
| commit | b9cdb60617d3551fe0faf9cf823c91b7f8096abe (patch) | |
| tree | 633af59e0f9b835653555f82da5f151266f2e740 /modules | |
| parent | 3a01141bee9acde657519aca94084a9bdda6608c (diff) | |
change preferences
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/firefox.nix | 3 |
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; |
