[e-users] E 0.23.1-5 (deb) systemd upgrade
Ross Vandegrift
ross at kallisti.us
Wed Apr 29 16:23:37 BST 2020
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
More information about the Pkg-e-devel
mailing list