From 95c3fb766032be0c2119c5c7c65fccd4b03bde84 Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Sat, 2 Sep 2023 10:48:05 +0300 Subject: [PATCH] Update touchpad identifier Signed-off-by: Nikolaos Karaolidis --- X11/10-nvidia-refresh-rate.conf | 2 +- X11/20-mouse-options.conf | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/X11/10-nvidia-refresh-rate.conf b/X11/10-nvidia-refresh-rate.conf index dbd5a82..b31b243 100644 --- a/X11/10-nvidia-refresh-rate.conf +++ b/X11/10-nvidia-refresh-rate.conf @@ -3,4 +3,4 @@ Section "Screen" Subsection "Display" Modes "2560x1600_165" EndSubsection -EndSection \ No newline at end of file +EndSection diff --git a/X11/20-mouse-options.conf b/X11/20-mouse-options.conf index 1aa5df3..7256608 100644 --- a/X11/20-mouse-options.conf +++ b/X11/20-mouse-options.conf @@ -1,6 +1,6 @@ Section "InputClass" - Identifier "MSFT0001:00 06CB:CE44 Touchpad" - MatchProduct "MSFT0001:00 06CB:CE44 Touchpad" + Identifier "SYNA2BA6:00 06CB:CE44 Touchpad" + MatchProduct "SYNA2BA6:00 06CB:CE44 Touchpad" Option "TransformationMatrix" "5 0 0 0 5 0 0 0 1" Option "AccelProfile" "flat" Option "NaturalScrolling" "on" @@ -12,4 +12,4 @@ Section "InputClass" MatchProduct "Razer Razer DeathAdder Elite" MatchIsPointer "on" Option "AccelProfile" "flat" -EndSection \ No newline at end of file +EndSection