Removed mouse accelleration for xorg
This commit is contained in:
7
.config/X11/xorg.conf.d/50-mouse-acceleration.conf
Normal file
7
.config/X11/xorg.conf.d/50-mouse-acceleration.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
Section "InputClass"
|
||||
Identifier "libinput pointer catchall"
|
||||
MatchIsPointer "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
Option "AccelProfile" "flat"
|
||||
EndSection
|
||||
Reference in New Issue
Block a user