summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2015-09-29 15:04:26 +0200
committerMartin Stransky <stransky@redhat.com>2015-09-29 15:04:26 +0200
commit90dc736a6c9848570455677e6a09ceb16384da1f (patch)
tree6d64dfe4966b6dde6ca5938d6d11f6e8b6b86241 /firefox.sh.in
parentRemoved redundant entries from mozconfig file (diff)
downloadlibrewolf-fedora-ff-90dc736a6c9848570455677e6a09ceb16384da1f.tar.gz
librewolf-fedora-ff-90dc736a6c9848570455677e6a09ceb16384da1f.tar.bz2
librewolf-fedora-ff-90dc736a6c9848570455677e6a09ceb16384da1f.zip
Enable Xinput2 (mozbz#1207973)
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in5
1 files changed, 5 insertions, 0 deletions
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
bgstack15