weston/man
Eric Toombs 6e229ca263 weston: add more libinput config options
This is so that, for instance, people using weston as their main Wayland
compositor can invert the sense of two finger scrolling or change
pointer acceleration using weston.ini, rather than having to edit C
code.

All of the options that libinput itself exposes through its API are now
exposed in weston.ini.  The new options are called `tap-and-drag`,
`tap-and-drag-lock`, `disable-while-typing`, `middle-emulation`,
`left-handed`, `rotation`, `accel-profile`, `accel-speed`,
`scroll-method`, `natural-scroll`, and `scroll-button`. I have
successfully tested everything except for `rotation`, out of a lack of
hardware support.

weston now depends directly on libevdev for turning button name strings into
kernel input codes. This was needed for the `scroll-button` config
option. (weston already depends indirectly on libevdev through
libinput, so I figured people would be OK with this.) As a practical
matter for debian-style packagers, weston now has a build dependency on
libevdev-dev.

Right now, the code applies the same options to all attached devices
that a given option is relevant for. There are plans for multiple
[libinput] sections, each with different device filters, for users who
need more control here.

Signed-off-by: Eric Toombs <3672-ewtoombs@users.noreply.gitlab.freedesktop.org>
2019-02-06 08:23:02 +00:00
..
.gitignore update .gitignores for src/ and man/ 2013-02-26 11:20:29 -05:00
meson.build Add Meson build system 2018-12-09 14:50:54 +02:00
weston-debug.man clients: add weston-debug 2018-09-17 13:29:47 +01:00
weston-drm.man Add remoting plugin for output streaming 2018-10-30 17:09:01 +09:00
weston-rdp.man man: make substitutions meson-friendly 2018-08-27 10:52:35 +01:00
weston.ini.man weston: add more libinput config options 2019-02-06 08:23:02 +00:00
weston.man libweston: Allow taking screenshots when debug protocol is enabled 2018-12-18 15:37:34 +02:00