makefu: x200 - add middle mouse scroll
This commit is contained in:
parent
23da0b4933
commit
8b302ea886
@ -20,4 +20,9 @@ with lib;
|
|||||||
hardware.trackpoint.enable = true;
|
hardware.trackpoint.enable = true;
|
||||||
hardware.trackpoint.sensitivity = 255;
|
hardware.trackpoint.sensitivity = 255;
|
||||||
hardware.trackpoint.speed = 255;
|
hardware.trackpoint.speed = 255;
|
||||||
|
services.xserver.displayManager.sessionCommands = ''
|
||||||
|
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation" 1
|
||||||
|
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Button" 2
|
||||||
|
xinput set-prop "TPPS/2 IBM TrackPoint" "Evdev Wheel Emulation Timeout" 200
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user