From 21450fd91e19435627c995ea854ff482e183404c Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Mon, 22 Aug 2022 22:51:41 +0200 Subject: [PATCH] .profile: Enable pixel-perfect scrolling for Firefox --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 93f775c..89890ba 100644 --- a/.profile +++ b/.profile @@ -22,5 +22,8 @@ export BC_ENV_ARGS="-lq" # Wine: do not change filetype associations export WINEDLLOVERRIDES=winemenubuilder.exe=d +# Firefox: Enable pixel-perfect scrolling +export MOZ_USE_XINPUT2=1 + # Include host-specific .profile [ -f ~/.profile.local ] && source ~/.profile.local