Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2023-05-08 10:56:53 +01:00
parent d759fea31b
commit 7c159bd497
3 changed files with 2 additions and 2 deletions

15
X11/20-mouse-options.conf Normal file
View File

@@ -0,0 +1,15 @@
Section "InputClass"
Identifier "MSFT0001:00 06CB:CE44 Touchpad"
MatchProduct "MSFT0001:00 06CB:CE44 Touchpad"
Option "TransformationMatrix" "5 0 0 0 5 0 0 0 1"
Option "AccelProfile" "flat"
Option "NaturalScrolling" "on"
Option "Tapping" "off"
EndSection
Section "InputClass"
Identifier "pointer:Razer Razer DeathAdder Elite"
MatchProduct "Razer Razer DeathAdder Elite"
MatchIsPointer "on"
Option "AccelProfile" "flat"
EndSection