diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2014-08-19 21:56:12 +0200 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-08-20 14:13:45 +0300 |
commit | d3d128e07c54bc18a5a2c0bfb4793bd566d9b5b6 (patch) | |
tree | 181a7039b725c70dd8c7082217b68cf4e0c0ea60 /man | |
parent | 461e93c7bf8876e044904eed6c62e1b60e37d8ef (diff) |
weston.ini.man: Add libinput section
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index fbcec81a..4be752bb 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -70,6 +70,7 @@ The section headers are: .RS 4 .nf .BR "core " "The core modules" +.BR "libinput " "Input device configuration" .BR "shell " "Desktop customization" .BR "launcher " "Add launcher to the panel" .BR "screensaver " "Screensaver selection" @@ -144,6 +145,19 @@ By default, xrgb8888 is used. .RS .PP +.SH "LIBINPUT SECTION" +The +.B libinput +section is used to configure input devices when using the libinput input device +backend. +.PP +Available configuration are: +.TP 7 +.BI "enable_tap=" true +enables tap to click on touchpad devices +.RS +.PP + .SH "SHELL SECTION" The .B shell |