mayushii: Set trackpoint sensitivity with sway
This commit is contained in:
parent
0e2c6a351d
commit
7886cb249a
|
@ -48,9 +48,4 @@
|
||||||
# regularily by closing the lid
|
# regularily by closing the lid
|
||||||
services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
|
services.logind.lidSwitchDocked = config.services.logind.lidSwitch;
|
||||||
|
|
||||||
hardware.trackpoint = {
|
|
||||||
enable = true;
|
|
||||||
device = "TPPS/2 Elan TrackPoint";
|
|
||||||
sensitivity = 255;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -50,6 +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";
|
||||||
});
|
});
|
||||||
|
|
||||||
keybindings = {
|
keybindings = {
|
||||||
|
|
Loading…
Reference in a new issue