From 90dc736a6c9848570455677e6a09ceb16384da1f Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 29 Sep 2015 15:04:26 +0200 Subject: Enable Xinput2 (mozbz#1207973) --- firefox.sh.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'firefox.sh.in') diff --git a/firefox.sh.in b/firefox.sh.in index 385a05c..98a8b0c 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -147,6 +147,11 @@ export GNOME_DISABLE_CRASH_DIALOG ## export G_SLICE=always-malloc +## +## Enable Xinput2 (mozbz#1207973) +## +export MOZ_USE_XINPUT2=1 + # OK, here's where all the real work gets done -- cgit