]> code.delx.au - dotfiles/blobdiff - README.md
README: firefox xinput2
[dotfiles] / 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
 ```
+
+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
+```