Bug 434772

Summary: libinput: allow both or none of "Two fingers" and "Touchpad edges" options
Product: [Applications] systemsettings Reporter: Jakub Nowak <jakub.jakub.nowak>
Component: kcm_touchpadAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED UPSTREAM    
Severity: wishlist CC: jakub.jakub.nowak, nicolas.fella
Priority: NOR    
Version First Reported In: 5.21.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Jakub Nowak 2021-03-22 14:56:59 UTC
This is a feature request.

SUMMARY

Currently those two options use radio (exclusive checkbox) and only and exactly one of those can be selected. With synaptics driver settings it's possible to have both of those options. I've also noticed that the option to disable scrolling altogether is missing. Both could be implemented by replacing radio with normal checkbox.
Comment 1 Nicolas Fella 2021-03-22 16:08:15 UTC
This appears to be a limitation of libinput itself. Only one scroll method can be active at a time, see https://wayland.freedesktop.org/libinput/doc/latest/scrolling.html

I understand that this is a frustrating answer, but there's nothing Plasma can do about that.
Comment 2 Jakub Nowak 2021-03-22 16:18:01 UTC
No problem, your answer was helpful.
I'll try requesting this feature in libinput then.