From d3e3db292fc50978cbf7a720044a1860a97a0b95 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Thu, 27 Jul 2023 14:03:38 -0400 Subject: [PATCH] firefox: tooltip bug workaround --- modules/desktop/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/desktop/firefox.nix b/modules/desktop/firefox.nix index 3674f76..5e936c4 100644 --- a/modules/desktop/firefox.nix +++ b/modules/desktop/firefox.nix @@ -13,6 +13,7 @@ Preferences = builtins.mapAttrs (n: v: { Value = v; Status = "locked"; }) { + "browser.chrome.toolbar_tips" = false; # https://bugzilla.mozilla.org/show_bug.cgi?id=148624 "browser.contentblocking.category" = "strict"; "browser.zoom.siteSpecific" = false; "extensions.formautofill.addresses.enabled" = false;