luca
/
bootstrapper
Archived
1
0
Fork 0
This repository has been archived on 2024-11-21. You can view files and clone it, but cannot push or open issues or pull requests.
bootstrapper/files/etc/X11/xorg.conf.d/50-mouseaccel.conf

8 lines
151 B
Plaintext

Section "InputClass"
Identifier "My Mouse"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
Option "AccelSpeed" "0"
EndSection