mirror of
https://codeberg.org/FabricSoul/dwl.git
synced 2025-08-03 20:10:23 -04:00
Added basic tap-to-click for touchpad users
This commit is contained in:
parent
44ef698d6e
commit
598516d808
3 changed files with 11 additions and 1 deletions
|
@ -41,6 +41,10 @@ static const struct xkb_rule_names xkb_rules = {
|
|||
.options = "ctrl:nocaps",
|
||||
*/
|
||||
};
|
||||
|
||||
/* Trackpad */
|
||||
int tap_to_click = 1;
|
||||
|
||||
static const int repeat_rate = 25;
|
||||
static const int repeat_delay = 600;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue