.profile: Enable pixel-perfect scrolling for Firefox
This commit is contained in:
parent
f5f69473d8
commit
21450fd91e
3
.profile
3
.profile
|
|
@ -22,5 +22,8 @@ export BC_ENV_ARGS="-lq"
|
||||||
# Wine: do not change filetype associations
|
# Wine: do not change filetype associations
|
||||||
export WINEDLLOVERRIDES=winemenubuilder.exe=d
|
export WINEDLLOVERRIDES=winemenubuilder.exe=d
|
||||||
|
|
||||||
|
# Firefox: Enable pixel-perfect scrolling
|
||||||
|
export MOZ_USE_XINPUT2=1
|
||||||
|
|
||||||
# Include host-specific .profile
|
# Include host-specific .profile
|
||||||
[ -f ~/.profile.local ] && source ~/.profile.local
|
[ -f ~/.profile.local ] && source ~/.profile.local
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue