mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 02:55:38 +00:00
disable tab previews in firefox
This commit is contained in:
parent
e91d6665fb
commit
2bfb8ea8b5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user