Removed mouse accelleration for xorg

This commit is contained in:
2024-04-12 13:40:12 +02:00
parent d9918a9d76
commit 1cfbb7e545
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "libinput pointer catchall"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "AccelProfile" "flat"
EndSection