rincewind: Disable hoverPreview in Mozilla

This commit is contained in:
Tom Willemse 2025-01-13 11:45:13 -08:00
parent 89e2081666
commit 3700b7d1b6

View file

@ -563,4 +563,6 @@
("privacy.resistFingerprinting" #f) ("privacy.resistFingerprinting" #f)
;; Change the accelerator key (modifier key for most keyboard ;; Change the accelerator key (modifier key for most keyboard
;; shortcuts) to the super key (from control). ;; shortcuts) to the super key (from control).
("ui.key.accelKey" 91)))))))) ("ui.key.accelKey" 91)
("browser.tabs.hoverPreview.enabled" #f)
("browser.tabs.hoverPreview.showThumbnails" #f))))))))