Add configuration files for system settings and browser preferences
- Create registry.csv to define various Windows registry settings for privacy, telemetry, and UI preferences. - Add betterfoxoverrides.js for Firefox to restore login manager, address and credit card manager, and customize new tab page settings. - Introduce smoothfox.js for Firefox to enable smooth scrolling and adjust mouse wheel settings. - Establish registry.yaml to organize and document registry paths and values for system, appearance, search, privacy, and application settings.
This commit is contained in:
4
Firefox/smoothfox.js
Normal file
4
Firefox/smoothfox.js
Normal file
@@ -0,0 +1,4 @@
|
||||
user_pref("apz.overscroll.enabled", true); // DEFAULT NON-LINUX
|
||||
user_pref("general.smoothScroll", true); // DEFAULT
|
||||
user_pref("general.smoothScroll.msdPhysics.enabled", true);
|
||||
user_pref("mousewheel.default.delta_multiplier_y", 300); // 250-400; adjust this number to your liking
|
||||
Reference in New Issue
Block a user