hopeasini/etc/X11/xorg.conf.d/50-mouse-acceleration.conf
Jarkko Toivanen 74fa178519
Some checks failed
Build And Test / build and push (push) Has been cancelled
X11 conf
2024-03-20 16:27:56 +02:00

7 lines
152 B
Text

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