diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:31:33 +0000 |
commit | 8233666184b7f5b5e1de2ec070f09ff91a4773c7 (patch) | |
tree | 01ad88d04616eae0fa09b562d4d408975e8e84b6 /debian | |
parent | user.js: Disabling fullscreen transition. (diff) | |
download | firefox-8233666184b7f5b5e1de2ec070f09ff91a4773c7.tar.xz firefox-8233666184b7f5b5e1de2ec070f09ff91a4773c7.zip |
user.js: Disabling smooth scrolling.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/local/pref/user.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js index efcb043f9a..2bcd25c91b 100644 --- a/debian/local/pref/user.js +++ b/debian/local/pref/user.js @@ -998,3 +998,12 @@ user_pref("extensions.pocket.enabled", false); user_pref("full-screen-api.warning.delay", 0); user_pref("full-screen-api.warning.timeout", 0); user_pref("full-screen-api.transition.timeout", 0); + +user_pref("general.smoothScroll", false); +user_pref("general.smoothScroll.lines", false); +user_pref("general.smoothScroll.mouseWheel", false); +user_pref("general.smoothScroll.other", false); +user_pref("general.smoothScroll.pages", false); +user_pref("general.smoothScroll.pixels", false); +user_pref("general.smoothScroll.scrollbars", false); +user_pref("toolkit.scrollbox.smoothScroll", false); |