Switch the laptop touchpad to the adaptive accel profile

This commit is contained in:
SebastianStork 2024-04-16 21:08:58 +02:00
parent 541284f199
commit 38a5b3cbb1

View file

@ -37,12 +37,16 @@ in {
kb_variant = "nodeadkeys";
accel_profile = "flat";
};
touchpad = {
disable_while_typing = true;
natural_scroll = true;
middle_button_emulation = true;
};
input.touchpad = {
disable_while_typing = true;
natural_scroll = true;
middle_button_emulation = true;
};
device = {
name = "dell0b9f:00-27c6:0d43-touchpad";
accel_profile = "adaptive";
};
general = {