wok-next view libinput/description.txt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents
children
line source
1 libinput
2 --------
4 libinput is a library to handle input devices in Wayland compositors and to
5 provide a generic X.Org input driver. It provides device detection, device
6 handling, input device event processing and abstraction so minimize the amount
7 of custom input code compositors need to provide the common set of
8 functionality that users expect.
11 X.Org libinput driver
12 ---------------------
14 The X.Org libinput driver is a thin wrapper around libinput and allows for
15 libinput to be used for input devices in X. This driver can be used as as
16 drop-in replacement for evdev and synaptics. Simply build and install in your
17 $PREFIX, then install the config file in /etc/X11/xorg.conf.d/. Restart X and
18 the libinput driver will take over your devices.