summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2015-03-16 09:33:17 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2015-03-18 09:15:40 +1000
commit8d4e03570cbdbb53bae57452614cbe45b6eb46f8 (patch)
tree8456c65ccfd59c84a68c17fa1fa81fe255885393 /man
parent0c5620a29c6f08b824457f5e6ce3c4e25c1c136e (diff)
Add "libinput something Default" properties
A client or xorg.conf setting may change the property but once changed it cannot be reset by a client to the original state without knowledge about the device. Export the various libinput_...get_default() functions as properties. https://bugs.freedesktop.org/show_bug.cgi?id=89574 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/libinput.man4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/libinput.man b/man/libinput.man
index 216dd36..e807578 100644
--- a/man/libinput.man
+++ b/man/libinput.man
@@ -151,6 +151,10 @@ Indicates which click methods are available on this device.
.BI "libinput Click Methods Enabled"
2 boolean values (8 bit, 0 or 1), in order "buttonareas", "clickfinger".
Indicates which click methods are enabled on this device.
+.PP
+The above properties have a
+.BI "libinput <property name> Default"
+equivalent that indicates the default value for this setting on this device.
.SH AUTHORS
Peter Hutterer