~ruther/guix-local

c2ee19e6850960ee613c43af3937b1ce11d663f3 — Ludovic Courtès 10 years ago 1eca6c3
services: xorg: Add xf86-input-libinput to the server's module path.

* gnu/services/xorg.scm (xorg-configuration-file): Add XF86-INPUT-LIBINPUT.
1 files changed, 6 insertions(+), 0 deletions(-)

M gnu/services/xorg.scm
M gnu/services/xorg.scm => gnu/services/xorg.scm +6 -0
@@ 99,6 99,12 @@ Section \"Files\"
  ModulePath \"" xf86-video-nouveau "/lib/xorg/modules/drivers\"
  ModulePath \"" xf86-video-nv "/lib/xorg/modules/drivers\"
  ModulePath \"" xf86-video-sis "/lib/xorg/modules/drivers\"

  # Libinput is the new thing and is recommended over evdev/synaptics
  # by those who know:
  # <http://who-t.blogspot.fr/2015/01/xf86-input-libinput-compatibility-with.html>.
  ModulePath \"" xf86-input-libinput "/lib/xorg/modules/input\"

  ModulePath \"" xf86-input-evdev "/lib/xorg/modules/input\"
  ModulePath \"" xf86-input-keyboard "/lib/xorg/modules/input\"
  ModulePath \"" xf86-input-mouse "/lib/xorg/modules/input\"