On Wed, Apr 29, 2020 at 07:56:30AM -0700, Marc MERLIN wrote:
> sauron:~$ xinput set-prop 15 "libinput Scroll Method Enabled" 0, 0, 0
> 
> And voilĂ , now middle mouse window size drag works.
> Sigh, this was a stupid and unexpected default that was probably set by
> windows and saved in the hardware :(

It's probably the default behavior.  So you're aware, xinput settings
aren't persisted.  You probably want something like this in
/etc/X11/xorg.conf.d/40-libinput.conf:

Section "InputClass"
        Identifier      "DisableTrackPointScrolling"
        MatchIsPointer  "on"
        MatchProduct    "TrackPoint"
        Driver          "libinput"
        Option          "ScrollMethod" "none"
EndSection

See libinput(4) for the full details about how this works.

Ross


_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to