mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
cabda1197e
commit
2e55a4c6b9
1 changed files with 1 additions and 2 deletions
|
@ -145,8 +145,7 @@ (define %default-xorg-modules
|
||||||
|
|
||||||
xf86-input-evdev
|
xf86-input-evdev
|
||||||
xf86-input-keyboard
|
xf86-input-keyboard
|
||||||
xf86-input-mouse
|
xf86-input-mouse))
|
||||||
xf86-input-synaptics))
|
|
||||||
|
|
||||||
(define %default-xorg-fonts
|
(define %default-xorg-fonts
|
||||||
;; Default list of fonts available to the X server.
|
;; Default list of fonts available to the X server.
|
||||||
|
|
Loading…
Reference in a new issue