mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Switch the laptop touchpad to the adaptive accel profile
This commit is contained in:
parent
541284f199
commit
38a5b3cbb1
1 changed files with 9 additions and 5 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue