Click and double click not working on mouse pad

All issues related to Garuda Linux and its assistance .
I am using a dell laptop which doesnt have designated left click and right click button unlike few others. i am able to scroll but unable to select and double click .

More info please:

System specs are usually required on most technical help requests.

2 Likes

Pretty sure this came up on Discord, but I can't remember the fix.

Try these at the mighty Archwiki for starters.

https://wiki.archlinux.org/index.php?search=dell+enable+touchpad+click&title=Special%3ASearch&go=Go

Post your system specs, too - as @tbg says, we need more to go on than a vague "Dell laptop".

2 Likes

I am using dell inspiron 15 7560. Hope this helps. @tbg
i7 7th gen.

This isnt any bug. This is due to lack of touch pad configuration file in /etc/X11/xorg.conf.d. I contacted my friend and he told me this. He faced similar issue when he downloaded arch linux and he was unable to use keypad. He gave his config file.

open the above directory given above
create a file named 90-touchpad.conf


Section "InputClass"
        Identifier "touchpad"
        MatchIsTouchpad "on"
        Driver "libinput"
        Option "Tapping" "on"
        Option "TappingButtonMap" "lrm"
        Option "NaturalScrolling" "on"
        Option "ScrollMethod" "twofinger"
EndSection

  • Paste this in that file.
  • restart the session
  • your touchpad works like a charm
2 Likes

Thanks for the feedback,@free_guy it will help others with this issue :+1:

1 Like

Your best friend is Archwiki :wink:

5 Likes

If you're using KDE just goto Settings > Input Devices > Touchpad and enable the tap to click option. Same solution but its the gui approach.

if i disable touchpad
touchpad doesnt work. scrolling is disabled. Tried that earlier didnt work