Description
Hello,
this utility stopped working a few months after some upgrade (not sure what I did, first I updated kernel to 5.14.14, and then the system (Ubuntu 21.10) asked about some partial upgrade. After then GNOME40's three fingers gesture somehow returned and I had to use Gnome Shell Hammer
extension, but even if it helped with moving 3 to 4 fingers issue, the libinput-three-finger-drag
still was not working. I downloaded code, added some verbosity and then I had an issue with compiling because of an issue with libxdo. So I reinstalled packages:
$ sudo apt reinstall xdotool libxdo3 libxdo-dev
after that compilation succeeded and 3-fingers drag (including selection, because this is a general hack with the mouse) worked!
Just writing this here because someone probably will have such an issue and will check this repository.
Three Finger Window Move
extension works great, but it's not hacking with a mouse and it really just drag windows from any point inside of it (and prefs.js should be updated to work with GNOME40).