undo touchpad tuning
This commit is contained in:
parent
8dd6d31010
commit
3d8ecefacb
1 changed files with 5 additions and 3 deletions
|
@ -22,9 +22,11 @@ fi
|
|||
if xinput list | grep -q "Elan TrackPoint"; then
|
||||
xinput set-prop "Elan TrackPoint" "libinput Accel Speed" -0.3
|
||||
fi
|
||||
if xinput list | grep -q "Elan Touchpad"; then
|
||||
xinput set-prop "Elan Touchpad" "Device Accel Constant Deceleration" 3
|
||||
fi
|
||||
|
||||
# Not needed if using regular libinput
|
||||
# if xinput list | grep -q "Elan Touchpad"; then
|
||||
# xinput set-prop "Elan Touchpad" "Device Accel Constant Deceleration" 3
|
||||
# fi
|
||||
|
||||
|
||||
if xinput list | grep -q Bamboo; then
|
||||
|
|
Loading…
Reference in a new issue