1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 07:30:47 +05:30

Update user.js

This commit is contained in:
hjstephens09
2020-03-24 12:06:27 -04:00
committed by GitHub
parent 7bb33c7916
commit f9fc189fae
+1 -4
View File
@@ -22,9 +22,6 @@ user_pref("network.http.max-connections", 1500);
user_pref("browser.cache.disk.metadata_memory_limit", 51200);
user_pref("security.dialog_enable_delay", 0);
user_pref("browser.display.show_image_placeholders", false);
/* Edge-like smooth scrolliing
* This is my preferred configuration. See other by using the link:
* [1] https://www.reddit.com/r/firefox/comments/bvfqtp/these_are_the_smooth_scrolling_tweaks_i_play/epozw68 ***/
user_pref("apz.frame_delay.enabled", false);
user_pref("general.smoothScroll.msdPhysics.continuousMotionMaxDeltaMS", 250);
user_pref("general.smoothScroll.msdPhysics.enabled", true);
@@ -35,7 +32,7 @@ user_pref("general.smoothScroll.msdPhysics.slowdownMinDeltaRatio", 0.4);
user_pref("general.smoothScroll.msdPhysics.slowdownSpringConstant", 5000);
user_pref("toolkit.scrollbox.horizontalScrollDistance", 4);
user_pref("toolkit.scrollbox.verticalScrollDistance", 5);
user_pref("mousewheel.min_line_scroll_amount", 40); // adjust to preference, 22-40
user_pref("mousewheel.min_line_scroll_amount", 32); // adjust to preference, 22-40
/*** BEGIN PeskyFox essentials ***/