1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.

Fixes <https://issues.guix.gnu.org/35450>.

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 <othacehe@gnu.org>
This commit is contained in:
SeerLite
2022-02-23 20:42:49 -03:00
committed by Mathieu Othacehe
parent cabda1197e
commit 2e55a4c6b9

View File

@@ -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.