Enable touchscreen on Firefox in Linux
- This topic has 0 replies, 1 voice, and was last updated 2 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
What makes us different from other similar websites? › Forums › Tech › Enable touchscreen on Firefox in Linux
In Firefox open the page about:config and search for the line dom.w3c_touch_events.enabled. Set the value to 1.
Open the file, below, in a terminal window.
$ sudo mousepad /etc/security/pam_env.conf
Add the below line at the end of the file, and save it.
MOZ_USE_XINPUT2 DEFAULT=1
Reboot your computer, by running the below command.
$ sudo shutdown -r now
You should now have touch gestures in Firefox.