aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2024-01-17 12:49:44 +0100
committerPatrick Spek <p.spek@tyil.nl>2024-01-17 12:49:44 +0100
commit60726a19c680f8d6aeec4fca1275ac49c8dcb9ae (patch)
tree250f0d447da6022b55abd9eb163caefbb6851e45 /.config
parentf321963835a9213f3001263db3b060ab9c043601 (diff)
Make firefox' scrollbars not shit
Diffstat (limited to '.config')
-rw-r--r--.config/firefox/user.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/firefox/user.js b/.config/firefox/user.js
index 5736c66..e08359d 100644
--- a/.config/firefox/user.js
+++ b/.config/firefox/user.js
@@ -33,5 +33,7 @@ user_pref("browser.tabs.unloadOnLowMemory", true);
// Make fullscreen stick to window size
user_pref("full-screen-api.ignore-widgets", true);
-// Make Firefox load userChrome.css again...
-user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);
+// Undo horrible UI decisions made by the incompetent
+user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true); // Enable userChrome.css
+user_pref("widget.non-native-theme.scrollbar.size.override", 32); // Set the scrollbar width
+user_pref("widget.gtk.overlay-scrollbars.enabled", false); // Use normal scrollbars