Re: Two-finger width setting on Dell XPS 15 9650

2017-06-15 Thread Peter Hutterer
On Tue, Jun 13, 2017 at 01:46:12AM +, Vahe Oughourlian wrote: > I'm working with a Dell XPS 15 9650 using libinput. Using the Synaptics > driver, a property is available to set the maximum distance two fingers may > be apart before a two-finger scroll can be triggered, called "Synaptics > Two-F

Two-finger width setting on Dell XPS 15 9650

2017-06-15 Thread Vahe Oughourlian
I'm working with a Dell XPS 15 9650 using libinput. Using the Synaptics driver, a property is available to set the maximum distance two fingers may be apart before a two-finger scroll can be triggered, called "Synaptics Two-Finger Width." At the moment, two fingers anywhere on the touchpad will swi

Sub-surfacing a surface from another process

2017-06-15 Thread Lupu Claudiu
Hello, I have an application which doesn't register to any shell, it just create a wl_surface, I don't have source code for it. I want to make it a subsurface of my application so I made an extension of wayland protocol to get the wl_surface object from the composer. I am able to call wl_sub

[PATCH libinput] touchpad: ignore the tap motion threshold if fingers > slots

2017-06-15 Thread Peter Hutterer
Do so on the synaptics serial touchpads at least, they're known to cause cursor jumps when the third finger is down. Not detecting a tap move means three-finger taps get more reliable on these touchpads. This change affects gestures who now effectively have to wait for the tap timeout to happen. I