Skip to content

Instantly share code, notes, and snippets.

@dakshin-k
Created May 27, 2020 11:33
Show Gist options
  • Save dakshin-k/eddead2b11a7457ef76d25cdcf203066 to your computer and use it in GitHub Desktop.
Save dakshin-k/eddead2b11a7457ef76d25cdcf203066 to your computer and use it in GitHub Desktop.
Instructions to get 3 finger drag gesture on Linux as part of the medium post
sudo cp libinput.so.10.14.0 /usr/lib/x86_64-linux-gnu/
sudo ln -sf /usr/lib/x86_64-linux-gnu/libinput.so.10.14.0 /usr/lib/x86_64-linux-gnu/libinput.so.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment