ansible/roles/desktop/templates/90-mouse-acceleration.conf

10 lines
191 B
Plaintext
Raw Normal View History

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