mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 16:21: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";
|
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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue