Summary: | winlogo+middle click stopped working for window resize (libinput) | ||
---|---|---|---|
Product: | xorg | Reporter: | Tomasz Torcz <zdzichu> |
Component: | Input/libinput | Assignee: | Peter Hutterer <peter.hutterer> |
Status: | RESOLVED NOTABUG | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | peter.hutterer |
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Tomasz Torcz
2015-02-25 07:02:20 UTC
right, that's the scroll-on-middle click kicking in. default behaviour for the trackstick middle button is to scroll, i.e. middle button held down + up/down movement generates scroll events. Try this xorg.conf.d snippet here: Section "InputClass" Identifier "disable trackstick scrolling" MatchProduct "TPPS/2 IBM TrackPoint" MatchDriver "libinput" Option "ScrollMethod" "none" EndSection This snippet fixes the issue. It should be default. maybe, but there are quite a few different opinions on what should be the default. which is why we have the configuration option. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.