From cc83ff008d7500f38bce4e75c2dbcdfc1621cac4 Mon Sep 17 00:00:00 2001 From: "la .uetcis" Date: Wed, 13 Mar 2024 21:26:03 -0700 Subject: 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 --- resources/default-config.kdl | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') 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 { -- cgit