feat: some default touchpad behaviours

This commit is contained in:
Noa Aarts 2024-08-30 22:20:07 +02:00
parent 9e3e703f9e
commit 6ccf23bc9c
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -116,6 +116,14 @@ in
"col.active_border" = "0xff${config.colorScheme.palette.base01}";
"col.inactive_border" = "0xff${config.colorScheme.palette.base00}";
};
input = {
touchpad = {
clickfinger_behavior = 1;
disable_while_typing = 1;
natural_scroll = 1;
tap-to-click = 1;
};
};
misc = {
key_press_enables_dpms = true;
};