Apple Magic Touchpad Natürliches Scrollen

Hallo,

ich habe das Problem das bei meinem Apple Magic Touchpad das natürliche scrollen nicht aktiviert ist und ich es auch nicht über die Systemeinstellungen aktivieren kann.

Bisher habe ich herausgefunden das ich mit xinput list-props "Apple Inc. Magic Trackpad 2" die optionen auslesen und mit xinput set-prop "Apple Inc. Magic Trackpad 2" 301 1 das aktivieren kann. Das ist aber nicht permanent, weiß jemand wie ich diese Einstellung permanent bekomme?

hallo.

vielleicht schauen Sie hier.

" https://wiki.archlinux.org/title/Libinput "

hoffe, es hilft

( /etc/X11/xorg.conf.d )

:pray: i no speak german .

2 Likes

thank you very much, i will try it once like this:

Section "InputClass"
    Identifier "touchpad"
    Driver "libinput"
    MatchProduct "Apple Inc. Magic Trackpad 2"
    Option "Natural Scrolling Enabled" "true"
EndSection