loader image

Enable touchscreen on Firefox in Linux

What makes us different from other similar websites? Forums Tech Enable touchscreen on Firefox in Linux

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #6726
    thumbtak
    Keymaster

    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.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.
TAKs Shack