-
Notifications
You must be signed in to change notification settings - Fork 39
libinput
Ongy edited this page Jan 22, 2018
·
1 revision
libinput
is the library used to configure input devices on the native backend.
In the X world (with the older drivers) there were a lot of options.
libinput
goes another way and provides only a very limited amount of options, so some things have to implemented in the compositor.
libinput
options are exposed in the IPC and can be set with the inputAdd
hooks in waymonad
.
On other backends than native, devices aren't libinput devices and no options are provided. Some things may be implemented in the compositor in the future (e.g. remapping keys).