Fix up mouse acceleration config
Now with 100% less acceleration
This commit is contained in:
parent
e55bac6127
commit
5afa095593
@ -3,7 +3,12 @@
|
|||||||
Section "InputClass"
|
Section "InputClass"
|
||||||
Identifier "mouse"
|
Identifier "mouse"
|
||||||
MatchIsPointer "yes"
|
MatchIsPointer "yes"
|
||||||
# Options
|
# https://wiki.archlinux.org/index.php/Mouse_acceleration#Disabling_mouse_acceleration
|
||||||
Option "AccelProfile" "flat"
|
Option "AccelerationProfile" "-1"
|
||||||
|
Option "AccelerationScheme" "none"
|
||||||
Option "AccelSpeed" "-1"
|
Option "AccelSpeed" "-1"
|
||||||
|
# https://wiki.archlinux.org/index.php/Mouse_acceleration#In_Xorg_configuration
|
||||||
|
#Option "AccelerationNumerator" "1"
|
||||||
|
#Option "AccelerationDenominator" "1"
|
||||||
|
#Option "AccelerationThreshold" "0"
|
||||||
EndSection
|
EndSection
|
||||||
|
Loading…
Reference in New Issue
Block a user