From 2e55a4c6b9153fd1db60122cb29cee466693a753 Mon Sep 17 00:00:00 2001 From: SeerLite Date: Wed, 23 Feb 2022 20:42:49 -0300 Subject: services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. Fixes . This driver isn't intended to be installed by default as it takes precedence over the recommended xf86-input-libinput. * gnu/services/xorg.scm (%default-xorg-modules): Remove xf86-input-synaptics. Signed-off-by: Mathieu Othacehe --- gnu/services/xorg.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index d6dfb07425..0cbd9aa53b 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -145,8 +145,7 @@ xf86-input-evdev xf86-input-keyboard - xf86-input-mouse - xf86-input-synaptics)) + xf86-input-mouse)) (define %default-xorg-fonts ;; Default list of fonts available to the X server. -- cgit v1.2.3