This one should now be fixed with:
2e55a4c6b9153fd1db60122cb29cee466693a753.
Thanks,
Mathieu
If you want to force the libinput driver, it's way easier to just remove
synaptics from the list of Xorg modules.
(set-xorg-configuration
(xorg-configuration
(keyboard-layout keyboard-layout)
(modules (filter (lambda (mod)
(not (eq? mod xf86-input-syn
On Mon, 29 Oct 2018 01:44:45 +0100
Tobias Geerinckx-Rice wrote:
> Here's what I use:
>
> Section \"InputClass\"
>Identifier \"Touchpads\"
>Driver \"libinput\"
>MatchDevicePath \"/dev/input/event*\"
>MatchIsTouchpad \"on\"
>
>Option \"DisableWhileTyping\" \"on\"
>Option
Luther,
Luther Thompson wrote:
Section \"InputClass\"
Identifier \"touchpad-all\"
MatchIsTouchpad \"on\"
Option \"DisableWhileTyping\" \"on\"
Option \"Tapping\" \"on\"
EndSection"
[...]
Neither DisableWhileTyping nor Tapping has any effect. I also
set the
corr
On Sun, 28 Oct 2018 21:02:27 +0100
Pierre Neidhardt wrote:
> Hi!
>
> Consult the manual, "(guix) X Window". There is an example near the
> end:
>
> --8<---cut here---start->8---
> (define bepo-evdev
> "Section \"InputClass\"
>
Hello, Guix Help! I am not able to use tap on my touchpad. Scroll is working,
mouse motion is working, left and right buttons are working, but tap and double
click are not working on my touchpad.
As described in the Internet need to use
/etc/X11/xorg.conf.d/90-synaptics.conf.
But GuixSD has ow