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"; kb_variant = "nodeadkeys";
accel_profile = "flat"; accel_profile = "flat";
};
touchpad = { input.touchpad = {
disable_while_typing = true; disable_while_typing = true;
natural_scroll = true; natural_scroll = true;
middle_button_emulation = true; middle_button_emulation = true;
}; };
device = {
name = "dell0b9f:00-27c6:0d43-touchpad";
accel_profile = "adaptive";
}; };
general = { general = {