archinstall/desktop/dwm/rootfs/etc/X11/xorg.conf.d/50-mouse-acceleration.conf
2024-03-07 18:06:10 +01:00

7 lines
160 B
Plaintext

Section "InputClass"
Identifier "mouse"
Driver "libinput"
MatchIsPointer "true"
Option "AccelProfile" "flat"
EndSection