Commit Graph

6 Commits

Author SHA1 Message Date
yosh 15790d4c46 chore: convert spaces to tabs 2024-02-24 02:00:11 -05:00
Maxim Tarasov e967148e54 Add `accel-profile` configuration
Pointer devices should be able to configure *flat*, *adaptive* and *none* as
acceleration profiles.
2020-11-26 09:23:21 +00:00
raichoo d665f3e405 Add middle click emulation for pointers
Adds a boolean flag "middle-emulation" for pointer configuration.
2020-07-27 11:01:12 +00:00
raichoo ed9188fb24 add default configuration option to pointers and outputs
This patch enables to change the default configuration value for outputs and
pointer by defining a configuration for "*". Values defined in this object
override unconfigured values.
2020-05-15 22:45:42 +00:00
raichoo b6484749b7 improve `libinput` configuration for pointer devices
This patch introduces more configuration options for pointer devices:

* adds `tap` option
* adds `tap-drag` option
* adds `tap-drag-lock` option
* adds `natural-scrolling` option
* adds `no-scroll` to `scroll-method`

This also changes the way unconfigured options are handled. `hikari` is no
longer going to overwrite unconfigured values with its own default but rather
keeps them unchanged.
2020-05-08 12:33:29 +00:00
raichoo bf414bb460 reconfigure pointer devices on configuration reload 2020-02-14 21:20:35 +00:00