disable tab previews in firefox

This commit is contained in:
Noah Masur 2024-09-27 14:28:44 -04:00
parent e91d6665fb
commit 2bfb8ea8b5
No known key found for this signature in database

View File

@ -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 {