rincewind: Disable hoverPreview in Mozilla
This commit is contained in:
parent
89e2081666
commit
3700b7d1b6
1 changed files with 3 additions and 1 deletions
|
@ -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))))))))
|
||||||
|
|
Loading…
Reference in a new issue