diff options
| author | la .uetcis <weitcis@pm.me> | 2024-03-13 21:26:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-13 21:26:03 -0700 |
| commit | cc83ff008d7500f38bce4e75c2dbcdfc1621cac4 (patch) | |
| tree | b3f271eab4402c0b59d1efb01b988a87a2b1f129 /resources | |
| parent | ba4e7481c3be18c3ec0faeca03ab44a1b49e75bf (diff) | |
| download | niri-cc83ff008d7500f38bce4e75c2dbcdfc1621cac4.tar.gz niri-cc83ff008d7500f38bce4e75c2dbcdfc1621cac4.tar.bz2 niri-cc83ff008d7500f38bce4e75c2dbcdfc1621cac4.zip | |
Add `clickfinger` in touchpad config (#256)
* Add clickfinger in touchpad config
* Change `clickfinger` to `click-method`
* Change `bottom_areas` to `button_areas`
* Change button_areas to button-areas
For consistency.
* Reorder click methods in error message
The most usual one comes first.
* default-config: Move click-method down
---------
Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/default-config.kdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/default-config.kdl b/resources/default-config.kdl index e1ea0a2f..0567573b 100644 --- a/resources/default-config.kdl +++ b/resources/default-config.kdl @@ -33,6 +33,7 @@ input { // accel-speed 0.2 // accel-profile "flat" // tap-button-map "left-middle-right" + // click-method "clickfinger" } mouse { |
