10 lines
191 B
Plaintext
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
|