This commit is contained in:
Pavel Korytov 2020-05-22 14:26:14 +03:00
parent c03481f21e
commit ffbb49576d

15
X11/xorg.conf Normal file
View file

@ -0,0 +1,15 @@
Section "Device"
Identifier "eDP-1 "
Driver "intel"
Option "Backlight" "intel_backlight"
EndSection
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
Option "TappingButtonMap" "lrm"
Option "NaturalScrolling" "on"
Option "ScrollMethod" "twofinger"
EndSection