ansible/roles/desktop/templates/nomouseaccel.conf
Salt c1d31742a8 Add desktop setup role
Assumes a Kubuntu full installation
2020-02-17 16:15:45 -06:00

7 lines
130 B
Plaintext

Section "InputClass"
Identifier "mouse"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
Option "AccelSpeed" "-1"
EndSection