From: James Bunton Date: Sun, 31 Jul 2016 08:01:40 +0000 (+1000) Subject: README: firefox xinput2 X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/5f756c69e0bdfc7bcf45dc790c94e27a4aaa4316 README: firefox xinput2 --- diff --git a/README.md b/README.md index 4537283..802991a 100644 --- a/README.md +++ b/README.md @@ -117,3 +117,10 @@ Send DNS through SOCKS proxy: ``` network.proxy.socks_remote_dns = true ``` + +Enabling xinput2 gives pixel scrolling and fixes [bug #1276449](https://bugzilla.mozilla.org/show_bug.cgi?id=1276449). +``` +# bash +# ~/.xprofile +export MOZ_USE_XINPUT2=1 +```