]> git.mdlowis.com Git - proto/labwc.git/commit
Add `touchpad` device type
authorJared Baur <jaredbaur@fastmail.com>
Fri, 15 Dec 2023 15:36:29 +0000 (07:36 -0800)
committerJohan Malm <johanmalm@users.noreply.github.com>
Fri, 29 Dec 2023 08:08:32 +0000 (08:08 +0000)
commit6faee17d20637df35e27cd2cac462323e4d665a1
tree3ce86e7f032f27d615333d48f464376ebf49d26f
parente3cd18976935d5229d48c16996842311a1b1f81f
Add `touchpad` device type

It is nice to have finer granularity for device types to allow for
configurations such as using `naturalScroll` on touchpads, but not on
regular pointer devices such as mice.
docs/labwc-config.5.scd
docs/rc.xml.all
include/config/libinput.h
src/config/libinput.c
src/config/rcxml.c
src/seat.c