Comment 3 for bug 1624185

Revision history for this message
pafosdfkapos (pafosdfkapos) wrote :

For me it is not the same. I usually change xorg config. Since we now use libinput:

Section "InputClass"
 Identifier "My Mouse"
 Driver "libinput"
 MatchIsPointer "yes"
        MatchIsTouchpad "no"
 Option "AccelProfile" "flat"
EndSection

We can use the MatchIsTouchpad to change those settings the way we want. Most secure way would be to include extra file or files in /usr/share/X11 or if the file writing approach is not a go, use directly xinput set-prop what should fire up every time user logins.