Created
May 27, 2020 11:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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