summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorSeerLite <seerlite@nixnet.email>2022-02-23 20:42:49 -0300
committerMathieu Othacehe <othacehe@gnu.org>2022-03-25 18:42:14 +0100
commit2e55a4c6b9153fd1db60122cb29cee466693a753 (patch)
tree590d41063b407ac178c64f6c57ac9738d463753b /gnu/services
parentcabda1197e7925f58a8532534afc1bde6c5eb377 (diff)
downloadguix-patches-2e55a4c6b9153fd1db60122cb29cee466693a753.tar
guix-patches-2e55a4c6b9153fd1db60122cb29cee466693a753.tar.gz
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>
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/xorg.scm3
1 files changed, 1 insertions, 2 deletions
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.