Finally learned how xorg config files work

This commit is contained in:
2022-02-04 11:10:56 +04:00
parent 99cf81dbf9
commit e87066957a
4 changed files with 24 additions and 8 deletions

View File

@@ -1,6 +0,0 @@
Section "Screen"
Identifier "Screen 0"
Subsection "Display"
Modes "2560x1600_165"
EndSubsection
EndSection

View File

@@ -0,0 +1,6 @@
Section "Screen"
Identifier "Screen 0"
Subsection "Display"
Modes "2560x1600_165"
EndSubsection
EndSection

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 "AccelSpeed" "-0.65"
EndSection