mayushii: Raise trackpoint acceleration

This commit is contained in:
Simon Bruder 2021-10-07 21:14:01 +02:00
parent 716acb8754
commit 4afbf1c24b
Signed by: simon
GPG key ID: 8D3C82F9F309F8EC

View file

@ -50,7 +50,7 @@ in
}; };
} // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") { } // (lib.optionalAttrs (nixosConfig.networking.hostName == "mayushii") {
"type:touchpad".events = "disabled"; "type:touchpad".events = "disabled";
"2:10:TPPS/2_Elan_TrackPoint".pointer_accel = "-0.25"; "2:10:TPPS/2_Elan_TrackPoint".pointer_accel = "-0.15";
}); });
keybindings = { keybindings = {