Created
February 21, 2016 12:30
-
-
Save aep/dc6a46ec4c1630978b5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
xinput --set-prop 'Logitech M510' 'Device Accel Constant Deceleration' 3 | |
xinput --set-prop 'Logitech Gaming Mouse G400' 'Device Accel Constant Deceleration' 3 | |
xinput --set-prop 'Microsoft Comfort Mouse 6000' 'Device Accel Constant Deceleration' 3 | |
xinput --set-prop 'Microsoft Microsoft 5-Button Mouse with IntelliEye(TM)' 'Device Accel Constant Deceleration' 1.5 | |
xinput --set-prop 'USB Optical Mouse' 'Device Accel Constant Deceleration' 3 | |
xinput --set-prop 'Logitech Unifying Device. Wireless PID:1025' 'Device Accel Constant Deceleration' 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment