Files
dotfiles/xorg.conf.d/50-mouse-acceleration.conf
T
2020-11-26 19:27:13 +01:00

8 lines
171 B
Plaintext

Section "InputClass"
Identifier "Logitech G305"
Driver "libinput"
MatchIsPointer "yes"
Option "AccelProfile" "flat"
Option "AccelSpeed" "0"
EndSection