dotfiles/X11/xorg.conf.d/95-mouse-accel.conf
2025-09-03 16:34:06 -06:00

6 lines
127 B
Text

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