.profile: Enable pixel-perfect scrolling for Firefox

This commit is contained in:
Lexi / Zoe 2022-08-22 22:51:41 +02:00
parent f5f69473d8
commit 21450fd91e
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232

View file

@ -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