fixed mouse sensitivity on my mouse.
This commit is contained in:
parent
5fbd476230
commit
96af7ddb06
5 changed files with 11 additions and 4 deletions
6
scripts/mousestart
Executable file
6
scripts/mousestart
Executable file
|
@ -0,0 +1,6 @@
|
|||
#! /bin/sh
|
||||
for id in $(xinput --list |grep 'Razer Razer Naga Hex .* pointer'|sed 's/.*id=\([0-9]*\).*/\1/')
|
||||
do
|
||||
#echo "setting device ID $id"
|
||||
xinput --set-prop $id 'Coordinate Transformation Matrix' 0.500000, 0.000000, 0.000000, 0.000000, 0.500000, 0.000000, 0.000000, 0.000000, 1.000000
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue