You are not logged in.

#1 2024-09-02 21:35

2pigparty
Member
Registered: 2020-06-29
Posts: 7

Touchpad Actions

I have an ASUS Tuf 17, and the touchpad actions are not working on my new install with Trinity desktop. I especially have to have 2-finger scroll. Any help?

Offline

#2 2024-09-04 09:49

seb3773
Member
Registered: 2023-11-01
Posts: 147

Re: Touchpad Actions

Edit this file (as root):

/etc/X11/xorg.conf.d/60-libinput.conf

and modify the section "InputClass" like this:


Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "libinput"
        Option "Tapping" "true"
        Option "ScrollMethod" "two-finger"
        Option "TapButton3" "2"
        #Option "AccelSpeed" "0"
        #for other options see 'man libinput'
EndSection


This should enable 2 fingers scroll smile


My Q4OS scripts: win10/osx theming, perfs optimisation, laptop configuration, ...  for trinity users -->  https://github.com/seb3773/q4osXpack

Offline

Board footer

Powered by FluxBB