makefu: x200 - add middle mouse scroll

This commit is contained in:
makefu 2015-08-09 13:17:37 +00:00
parent 23da0b4933
commit 8b302ea886

View File

@ -20,4 +20,9 @@ with lib;
hardware.trackpoint.enable = true;
hardware.trackpoint.sensitivity = 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
'';
}