From 458652a7deccfc6eac400030f7132f7f5040382a Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Fri, 4 Feb 2022 11:15:03 +0400 Subject: [PATCH] tfw I had mouse accel on this entire time :( --- xorg/20-mouse-options.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg/20-mouse-options.conf b/xorg/20-mouse-options.conf index 75f1e60..1aa5df3 100644 --- a/xorg/20-mouse-options.conf +++ b/xorg/20-mouse-options.conf @@ -11,5 +11,5 @@ Section "InputClass" Identifier "pointer:Razer Razer DeathAdder Elite" MatchProduct "Razer Razer DeathAdder Elite" MatchIsPointer "on" - Option "AccelSpeed" "-0.65" + Option "AccelProfile" "flat" EndSection \ No newline at end of file