Set trackpad to adaptive for lenovo
This commit is contained in:
parent
b5fef1afd8
commit
c7e763a0e7
3
systems/lenovo/hyprland/default.nix
Normal file
3
systems/lenovo/hyprland/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{ impurity, ... }: {
|
||||||
|
hyprland-session.extraConfig = "source = ${impurity.link ./hyprland.conf}";
|
||||||
|
}
|
3
systems/lenovo/hyprland/hyprland.conf
Normal file
3
systems/lenovo/hyprland/hyprland.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
device:elan0001:00-04f3:3140-touchpad {
|
||||||
|
accel_profile = adaptive
|
||||||
|
}
|
Loading…
Reference in a new issue