ansible/roles/desktop-common/templates/nomouseaccel.conf
2020-08-10 19:14:20 -05:00

10 lines
191 B
Plaintext

# This file managed via Ansible
# vim:ft=xf86conf
Section "InputClass"
Identifier "mouse"
MatchIsPointer "yes"
# Options
Option "AccelProfile" "flat"
Option "AccelSpeed" "-1"
EndSection