summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:07:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 01:09:33 +0000
commit6698e90997be789e4a8482eeaeeab35a1fbef408 (patch)
treee141603539a69fcfb667102b8aa6e6cc66560d64 /debian
parentuser.js: Disabling fullscreen transition. (diff)
downloadfirefox-6698e90997be789e4a8482eeaeeab35a1fbef408.tar.xz
firefox-6698e90997be789e4a8482eeaeeab35a1fbef408.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.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/local/pref/user.js b/debian/local/pref/user.js
index 5dbbab7708..bdfcae3b54 100644
--- a/debian/local/pref/user.js
+++ b/debian/local/pref/user.js
@@ -1049,3 +1049,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);