Skip to content

Linux Resources

Disabling double-click prevention by he3als

Disable in libinput (for all mice but still limited by mouse firmware):

sudo mkdir /etc/libinput/; sudo nano /etc/libinput/local-overrides.quirks
Then add this in nano, save it, close the terminal and log in and out:
[Never Debounce]
MatchUdevType=mouse
ModelBouncingKeys=1