[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: services: xorg: Remove xf86-input-synaptics from
From: |
guix-commits |
Subject: |
branch master updated: services: xorg: Remove xf86-input-synaptics from %default-xorg-modules. |
Date: |
Fri, 25 Mar 2022 13:42:29 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2e55a4c6b9 services: xorg: Remove xf86-input-synaptics from
%default-xorg-modules.
2e55a4c6b9 is described below
commit 2e55a4c6b9153fd1db60122cb29cee466693a753
Author: SeerLite <seerlite@nixnet.email>
AuthorDate: Wed Feb 23 20:42:49 2022 -0300
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>
---
gnu/services/xorg.scm | 3 +--
1 file changed, 1 insertion(+), 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: services: xorg: Remove xf86-input-synaptics from %default-xorg-modules.,
guix-commits <=