.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
1 changed files with 3 additions and 0 deletions

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