This commit is contained in:
2025-07-02 00:06:47 -07:00
commit f1b2f81de4
99 changed files with 5755 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Section "OutputClass"
Identifier "AMD"
Driver "amdgpu"
Option "VariableRefresh" "true"
Option "TearFree" "true"
EndSection

View File

@ -0,0 +1,13 @@
Section "Monitor"
Identifier "eDP-1"
Option "DefaultDepth" "16"
EndSection
Section "Screen"
Identifier "Screen 0"
Device "card0"
Monitor "eDP-1"
SubSection "Display"
Depth 16
EndSubSection
EndSection

View File

@ -0,0 +1,24 @@
Section "InputClass"
Identifier "Touchpad"
MatchIsTouchpad "on"
Driver "libinput"
# General settings
Option "Tapping" "true" # Enable tap-to-click
Option "NaturalScrolling" "false" # Disable natural scrolling
# Scrolling methods
Option "ScrollMethod" "twofingeredge"
# Click methods
Option "ClickMethod" "buttonareas+clickfinger"
Option "MiddleEmulation" "true"
# Accel profiles
Option "AccelProfile" "flat"
Option "AccelSpeed" "1.0"
# Typing and trackpoint settings
Option "DisableWhileTyping" "true"
Option "DisableWhileTapping" "true"
EndSection