I can find an option in the mouse settings to bring the drag and drop time threshold to very small, which helps with accidental events, but I can't find an option to disable it all together.
I can find an option in the mouse settings to bring the drag and drop time threshold to very small, which helps with accidental events, but I can't find an option to disable it all together.
An old thread but I'll see if I can answer it here. I just got myself a Dell XPS 13 with Ubuntu 20.04 and the new Gnome UI doesn't have an interface. If yours does, the simple way is to check the touchpad settings and disable click to drag. If it doesn't what you should do is look for your xinput properties:
You should see output like this:
In my case, the correct ID is 13 so lets look at those props:
Again, output looks like this:
In my case, you can see it's property 323 which is called libinput Tapping Drag Enabled (323): 1. The value of 1 means it's on. So your goal is to turn that off. It's easier to use the names to do that. You'll grab the name of the device the the property within it and finally set it to 0. For me, that's