From 2bfb8ea8b57df564a1a3de439a988d8441bc7c88 Mon Sep 17 00:00:00 2001 From: Noah Masur <7386960+nmasur@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:28:44 -0400 Subject: [PATCH] disable tab previews in firefox --- modules/common/applications/firefox.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/common/applications/firefox.nix b/modules/common/applications/firefox.nix index 5bc6bbf..fc4aee6 100644 --- a/modules/common/applications/firefox.nix +++ b/modules/common/applications/firefox.nix @@ -71,6 +71,8 @@ "cookiebanners.ui.desktop.enabled" = true; # Reject cookie popups "devtools.command-button-screenshot.enabled" = true; # Scrolling screenshot of entire page "svg.context-properties.content.enabled" = true; # Sidebery styling + "browser.tabs.hoverPreview.enabled" = false; # Disable tab previews + "browser.tabs.hoverPreview.showThumbnails" = false; # Disable tab previews }; userChrome = '' :root {