wok-next diff libinput/description.txt @ rev 19933
iptstate, lsyncd: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Oct 15 12:11:47 2017 +0200 (2017-10-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libinput/description.txt Sun Oct 15 12:11:47 2017 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +libinput 1.5 +-------- 1.6 + 1.7 +libinput is a library to handle input devices in Wayland compositors and to 1.8 +provide a generic X.Org input driver. It provides device detection, device 1.9 +handling, input device event processing and abstraction so minimize the amount 1.10 +of custom input code compositors need to provide the common set of 1.11 +functionality that users expect. 1.12 + 1.13 + 1.14 +X.Org libinput driver 1.15 +--------------------- 1.16 + 1.17 +The X.Org libinput driver is a thin wrapper around libinput and allows for 1.18 +libinput to be used for input devices in X. This driver can be used as as 1.19 +drop-in replacement for evdev and synaptics. Simply build and install in your 1.20 +$PREFIX, then install the config file in /etc/X11/xorg.conf.d/. Restart X and 1.21 +the libinput driver will take over your devices.