Files
dotfiles/.config/X11/xorg.conf.d/50-mouse-acceleration.conf

8 lines
179 B
Plaintext

Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "AccelProfile" "flat"
EndSection