]> code.delx.au - dotfiles/commitdiff
README: firefox xinput2
authorJames Bunton <jamesbunton@delx.net.au>
Sun, 31 Jul 2016 08:01:40 +0000 (18:01 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sun, 31 Jul 2016 08:02:14 +0000 (18:02 +1000)
README.md

index 4537283ba65f14828f45ac30395a5af7b5656f97..802991a26b9879907ce0e2e7bf93805b48a1839c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -117,3 +117,10 @@ Send DNS through SOCKS proxy:
 ```
 network.proxy.socks_remote_dns = true
 ```
 ```
 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
+```