From 57f3f31bf977046da45ebb49dd66dc3f88bfb4c9 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 6 Oct 2024 07:29:48 -0400 Subject: [PATCH] librewolf: enable hover preview --- home/librewolf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/librewolf.nix b/home/librewolf.nix index 2865a217..4d78e3f9 100644 --- a/home/librewolf.nix +++ b/home/librewolf.nix @@ -80,6 +80,7 @@ let "network.dns.native_https_query" = false; "apz.overscroll.enabled" = false; + "browser.tabs.hoverPreview.enabled" = true; "toolkit.legacyUserProfileCustomizations.stylesheets" = true; };