init
This commit is contained in:
6
xorg_device_configs/10-amdgpu.conf
Normal file
6
xorg_device_configs/10-amdgpu.conf
Normal file
@ -0,0 +1,6 @@
|
||||
Section "OutputClass"
|
||||
Identifier "AMD"
|
||||
Driver "amdgpu"
|
||||
Option "VariableRefresh" "true"
|
||||
Option "TearFree" "true"
|
||||
EndSection
|
||||
13
xorg_device_configs/20-display.conf
Normal file
13
xorg_device_configs/20-display.conf
Normal 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
|
||||
24
xorg_device_configs/40-libinput.conf
Normal file
24
xorg_device_configs/40-libinput.conf
Normal 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
|
||||
Reference in New Issue
Block a user