summaryrefslogtreecommitdiff
path: root/completion
Commit message (Collapse)AuthorAgeFilesLines
* touchpad: new option dwtp (disable-while-trackpointing)pudiva chip líquida2022-03-081-0/+3
| | | | | | | | | Add option to control whether the touchpad should be disabled while the trackpoint is in use. Fix #731 Signed-off-by: pudiva chip líquida <pudiva@skylittlesystem.org>
* meson.build: use the / operator instead of join_pathsJosé Expósito2021-08-031-1/+1
| | | | | | | | | Starting with meson v0.49.0, the "/" operator can be used instead of join_paths. Update meson to v0.49.0 and remove all calls to join_paths. Signed-off-by: José Expósito <jose.exposito89@gmail.com>
* tools/record: add support for hidraw recordingPeter Hutterer2021-05-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | New commandline switch --with-hidraw. This will open all hidraw devices associated with this device and add any reports to the output in the form: events: - hid: time: [0, 0] hidraw1: [0x01, 0x02, 0x03, 0x05, 0x06] hidraw2: [0x07, 0x08, 0x09, 0x0a, 0x0b] - evdev: ... i.e. there's a nesting of `hid` with a list of reports, each with the hidraw node as dictionary entry. Because hidraw events do not have timestamps and always occur before the evdev events, they are in a separate frame (as shown above). We could try to figure out how to match them with the upcoming evdev frame but it's not worth it for now. The timestamp itself is a special key in the hidraw with the timestamp from clock_gettime. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* completion: add missing libinput analyze subtools to the zsh completionsPeter Hutterer2021-03-101-0/+23
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* treewide: fix typosTorstein Husebø2020-12-161-1/+1
| | | | Signed-off-by: Torstein Husebø <torstein@huseboe.net>
* completion: add libinput analyze to zsh completionsPeter Hutterer2020-03-251-0/+28
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* completion: add the new libinput debug-tablet to the zsh completion filesPeter Hutterer2019-11-191-0/+10
| | | | Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Fix typo in zsh completionPhilipp Fischbeck2019-11-141-1/+1
|
* completion: add libinput(1) zsh completionsRonan Pigott2019-08-132-0/+211