mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
services: xorg: Add xf86-input-libinput to the server's module path.
* gnu/services/xorg.scm (xorg-configuration-file): Add XF86-INPUT-LIBINPUT.
This commit is contained in:
@@ -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\"
|
||||
|
||||
Reference in New Issue
Block a user